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
path: root/tests
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-10-08 10:25:35 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-10-08 10:25:35 +0300
commit2c75ff01b9e5864a6066fecd70f363fe8449adb8 (patch)
tree7e032868f8ae6c01639b7b4e261b9d18828a85c5 /tests
parentc0f66bb36794a03f8f6bbbce4bdd0d6b9d5061c2 (diff)
fix site selector tests
Diffstat (limited to 'tests')
-rw-r--r--tests/UI/specs/SiteSelector_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/SiteSelector_spec.js b/tests/UI/specs/SiteSelector_spec.js
index 08bd950a77..8ee2c71e0b 100644
--- a/tests/UI/specs/SiteSelector_spec.js
+++ b/tests/UI/specs/SiteSelector_spec.js
@@ -8,7 +8,7 @@
*/
describe("SiteSelector", function () {
- var selectorToCapture = '[piwik-siteselector],[piwik-siteselector] .custom_select';
+ var selectorToCapture = '[piwik-siteselector],[piwik-siteselector] .dropdown';
this.timeout(0);