Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Transitions/tests/UI/Transitions_spec.js')
-rw-r--r--plugins/Transitions/tests/UI/Transitions_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Transitions/tests/UI/Transitions_spec.js b/plugins/Transitions/tests/UI/Transitions_spec.js
index 576cd416c1..0738a0f35c 100644
--- a/plugins/Transitions/tests/UI/Transitions_spec.js
+++ b/plugins/Transitions/tests/UI/Transitions_spec.js
@@ -33,6 +33,7 @@ describe("Transitions", function () {
await (await page.jQuery('a.actionTransitions:visible')).click();
await page.waitForNetworkIdle();
+ await page.waitFor('.ui-dialog', { visible: true });
expect(await page.screenshotSelector('.ui-dialog')).to.matchImage('transitions_popup_titles');
});