From 137898c6de6a2423ef9653929e7ce62b6a690525 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 12 Dec 2014 15:23:27 +0100 Subject: [PATCH] Web Tests: take a screenshot on failure. Fix the test --- .../tests/e2e/tests/issues-page-should-ignore-sorting-in-url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.39.5