We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6356758 commit 3c43948Copy full SHA for 3c43948
1 file changed
apps/web/src/tests/browser/app/abstractions/components/grid-editor.component.js
@@ -18,7 +18,7 @@ class GridEditorComponent {
18
this.clearFiltersButton = this.toolbar.getByRole('button', { name: 'Clear Filters' });
19
this.clearSortButton = this.toolbar.getByRole('button', { name: 'Clear Sort' });
20
this.resetTableButton = this.toolbar.getByRole('button', { name: 'Reset Table' });
21
- this.uniqueColumnNamesCheckbox = this.toolbar.locator('#uniqueColumnNamesCheckbox');
+ this.uniqueColumnNamesCheckbox = this.toolbar.getByRole('checkbox', { name: 'Unique Column Names' });
22
}
23
24
async expectVisible() {
0 commit comments