aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js b/server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js
index 9144e9ef19f..34f39d81f4c 100644
--- a/server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js
+++ b/server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js
@@ -18,7 +18,7 @@ casper.test.begin('issues-page-should-ignore-sorting-in-url', function (test) {
})
.then(function () {
- casper.waitForSelector('.facet[data-value=BLOCKER1]');
+ casper.waitForSelector('.facet[data-value=BLOCKER]');
})
.then(function () {