diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-12-12 15:23:27 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-12-12 15:23:27 +0100 |
commit | 137898c6de6a2423ef9653929e7ce62b6a690525 (patch) | |
tree | e4a14899b16c159adfba14728dfb583e32ea647a | |
parent | 874dccdff9b283901d983925f3d5c83879184cbc (diff) | |
download | sonarqube-137898c6de6a2423ef9653929e7ce62b6a690525.tar.gz sonarqube-137898c6de6a2423ef9653929e7ce62b6a690525.zip |
Web Tests: take a screenshot on failure. Fix the test
-rw-r--r-- | server/sonar-web/src/main/js/tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js | 2 |
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 () { |