mirror of
https://github.com/apache/superset.git
synced 2026-07-20 05:36:00 +00:00
feat(sqllab): improve SaveDatasetModal design with proper theme spacing (#34658)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user