From: Stas Vilchik Date: Fri, 12 Dec 2014 14:23:27 +0000 (+0100) Subject: Web Tests: take a screenshot on failure. Fix the test X-Git-Tag: 5.0-RC2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=137898c6de6a2423ef9653929e7ce62b6a690525;p=sonarqube.git Web Tests: take a screenshot on failure. Fix the test --- 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 () {