chore(Accessibility): Improve keyboard navigation and screen access (#33396)

This commit is contained in:
Geido
2025-06-13 19:29:10 +03:00
committed by GitHub
parent e6f7c12e88
commit 0d3eebd221
27 changed files with 233 additions and 70 deletions

View File

@@ -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,