Skip to content

Commit

Permalink
fixed page navigator hover test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jul 15, 2024
1 parent abebe62 commit 484a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/designer/hovers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test("Page hover on Add Question button", async t => {
test("Page navigator hover", async t => {
await setJSON(json_pages);
await t
.resizeWindow(2560, 2000);
.resizeWindow(970, 632);
const pageHoverSelector = Selector(".svc-page-navigator-item__banner").withExactText("page2");

await t
Expand Down

0 comments on commit 484a36f

Please sign in to comment.