]> source.dussan.org Git - sonarqube.git/commitdiff
Web Tests: take a screenshot on failure. Fix the test
authorStas Vilchik <vilchiks@gmail.com>
Fri, 12 Dec 2014 14:23:27 +0000 (15:23 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 12 Dec 2014 14:23:27 +0000 (15:23 +0100)
server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js

index 9144e9ef19ffed1e669df15dda96b6aa1a4d9c3e..34f39d81f4cd72f683c659a942b324a098c16a9a 100644 (file)
@@ -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 () {