Skip to content

Commit

Permalink
fix hover
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Dec 9, 2024
1 parent 0bb9421 commit 7e70179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ fixture.disablePageReloads`DataGrid - contrast`
await t
.expect(dataGrid.isReady())
.ok();
await t.hover(dataGrid.getFilterRowSearchIcon());
await t
.hover(dataGrid.getFilterRowSearchIcon())
.expect(await takeScreenshot(`T1257970-datagrid-menu-icon-contrast-${theme}.png`, dataGrid.element))
.ok()
.expect(compareResults.isValid())
Expand Down

0 comments on commit 7e70179

Please sign in to comment.