Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/UI/CustomAlerts_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe("CustomAlerts", function () {
});
await page.waitForNetworkIdle();
await page.waitForTimeout(350); // wait for animation
await page.mouse.move(0, 0); // move off the dropdown so no option keeps a stray :hover highlight
expect(await screenshotPageWrap()).to.matchImage('alert_condition_reloaded_site2');
});

Expand All @@ -65,6 +66,7 @@ describe("CustomAlerts", function () {
await page.waitForNetworkIdle();
await page.waitForNetworkIdle();
await page.waitForTimeout(350); // wait for animation
await page.mouse.move(0, 0); // move off the dropdown so no option keeps a stray :hover highlight
expect(await screenshotPageWrap()).to.matchImage('alert_condition_reloaded_site1');
});

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/UI/expected-ui-screenshots/CustomAlerts_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/UI/expected-ui-screenshots/CustomAlerts_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/UI/expected-ui-screenshots/CustomAlerts_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading