From: Kosta Harlan Date: Thu, 27 Jun 2019 16:06:05 +0000 (-0400) Subject: selenium: Skip flaky rollback test X-Git-Tag: 1.34.0-rc.0~1270 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=2fb62de70a33b1c43a6c2d2489689254c5a1f037;p=lhc%2Fweb%2Fwiklou.git selenium: Skip flaky rollback test Bug: T219440 Change-Id: I2199b7e7d4f7ba98a80ddfc568cf9957eba36182 --- diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index 5a0f603fca..d85b27bd5e 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -31,7 +31,7 @@ describe( 'Rollback with confirmation', function () { HistoryPage.open( name ); } ); - it( 'should offer rollback options for admin users', function () { + it.skip( 'should offer rollback options for admin users', function () { assert.strictEqual( HistoryPage.rollback.getText(), 'rollback 1 edit' ); HistoryPage.rollback.click();