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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Transitions/tests/UI/Transitions_spec.js b/plugins/Transitions/tests/UI/Transitions_spec.js
index 0738a0f35c..2261967734 100644
--- a/plugins/Transitions/tests/UI/Transitions_spec.js
+++ b/plugins/Transitions/tests/UI/Transitions_spec.js
@@ -21,7 +21,7 @@ describe("Transitions", function () {
}, field);
await page.waitFor(500);
await page.webpage.evaluate((field, title) => {
- $(field + ' .dropdown-content.active li:contains("' + title + '"):first').click()
+ $(field + ' .dropdown-content li:contains("' + title + '"):first').click()
}, field, title);
}