feat(sqllab): improve SaveDatasetModal design with proper theme spacing (#34658)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Kasia
2025-08-13 20:50:54 +02:00
committed by GitHub
parent 1a57e50bd6
commit 58ebc57285
3 changed files with 60 additions and 40 deletions

View File

@@ -67,7 +67,7 @@ describe('SaveDatasetModal', () => {
render(<SaveDatasetModal {...mockedProps} />, { useRedux: true });
const saveRadioBtn = screen.getByRole('radio', {
name: /save as new unimportant/i,
name: /save as new/i,
});
const fieldLabel = screen.getByText(/save as new/i);