mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore(Accessibility): Improve keyboard navigation and screen access (#33396)
This commit is contained in:
@@ -129,7 +129,7 @@ test('table should be visible when expanded is true', async () => {
|
||||
name: 'Select database or type to search databases',
|
||||
});
|
||||
const schemaSelect = getByRole('combobox', {
|
||||
name: 'Select schema or type to search schemas',
|
||||
name: 'Select schema or type to search schemas: main',
|
||||
});
|
||||
const tableSelect = getAllByLabelText(
|
||||
/Select table or type to search tables/i,
|
||||
|
||||
Reference in New Issue
Block a user