Skip to content

Commit 3c43948

Browse files
committed
review fix
1 parent 6356758 commit 3c43948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/tests/browser/app/abstractions/components/grid-editor.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GridEditorComponent {
1818
this.clearFiltersButton = this.toolbar.getByRole('button', { name: 'Clear Filters' });
1919
this.clearSortButton = this.toolbar.getByRole('button', { name: 'Clear Sort' });
2020
this.resetTableButton = this.toolbar.getByRole('button', { name: 'Reset Table' });
21-
this.uniqueColumnNamesCheckbox = this.toolbar.locator('#uniqueColumnNamesCheckbox');
21+
this.uniqueColumnNamesCheckbox = this.toolbar.getByRole('checkbox', { name: 'Unique Column Names' });
2222
}
2323

2424
async expectVisible() {

0 commit comments

Comments
 (0)