From: jdlrobson Date: Tue, 7 May 2019 20:47:58 +0000 (-0700) Subject: Temporarily skip rollback test X-Git-Tag: 1.34.0-rc.0~1771^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/%28%5B%5E/%27%20.%20%24_credit%5B%27url%27%5D%20.%20%27?a=commitdiff_plain;h=ddf7a50057c593cced53c1b7f8357750e98cb63f;p=lhc%2Fweb%2Fwiklou.git Temporarily skip rollback test This test is proving flakey (seen in Minerva and MobileFrontend) Let's skip this until we've worked out the problem. Bug: T220479 Change-Id: I3629d4109d8e0c5c4da0c7fb0b82cf59290c0db9 --- diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index 51a1fc6f9a..1975209879 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -60,7 +60,7 @@ describe( 'Rollback with confirmation', function () { assert.strictEqual( HistoryPage.heading.getText(), 'Revision history of "' + name + '"' ); } ); - it( 'should perform rollbacks after confirming intention', function () { + it.skip( 'should perform rollbacks after confirming intention', function () { HistoryPage.rollback.click(); HistoryPage.rollbackConfirmableYes.waitForVisible( 5000 );