Skip to content

Commit

Permalink
Try to fix blinking test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 19, 2024
1 parent 99031db commit 3e81f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visualRegressionTests/tests/defaultV2/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ frameworks.forEach(framework => {
await t.resizeWindow(1920, 1080);
await initSurvey(framework, json);
await t.click(Selector("li").nth(1));
await t.wait(500);
await takeElementScreenshot("survey-progress-bar-top-buttons.png", Selector(".sd-container-modern"), t, comparer);
await t.resizeWindow(500, 1080);
await t.wait(500);
await takeElementScreenshot("survey-progress-bar-top-buttons-mobile.png", Selector(".sd-container-modern"), t, comparer);
});
});
Expand Down

0 comments on commit 3e81f93

Please sign in to comment.