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

@@ -222,7 +222,7 @@ describe('SavedQuery', () => {
const closeBtn = screen.getByRole('button', { name: /close/i });
const saveDatasetHeader = screen.getByText(/save or overwrite dataset/i);
const saveRadio = screen.getByRole('radio', {
name: /save as new untitled/i,
name: /save as new/i,
});
const saveLabel = screen.getByText(/save as new/i);
const saveTextbox = screen.getByRole('textbox');