Skip to content

Commit

Permalink
#8129 - fix overlay popup test
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed May 27, 2024
1 parent d05f94f commit d159389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions visualRegressionTests/tests/defaultV2/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ frameworks.forEach(framework => {
await t
.click(Selector(".sv-popup__button.sv-popup__button--cancel").filterVisible())
.click(clickButton.withText("Overlay with title"));
await resetHoverToBody(t);
await takeElementScreenshot("popup-overlay-short-list-with-title.png", null, t, comparer);
});
});
Expand All @@ -332,6 +333,7 @@ frameworks.forEach(framework => {
await t
.click(Selector(".sv-popup__button.sv-popup__button--cancel").filterVisible())
.click(clickButton.withText("Overlay with title"));
await resetHoverToBody(t);
await takeElementScreenshot("popup-overlay-long-list-with-title.png", null, t, comparer);
});
});
Expand Down

0 comments on commit d159389

Please sign in to comment.