X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2Fspecs%2Frollback.js;h=d85b27bd5eb47ab15c86f49916228d20d8db4720;hb=5580d3e4da8f4963bf9e8c36ca5c414fa1976bbe;hp=5a0f603fca0229876efa65340178d7ed4cd6f02e;hpb=67d01c452da591faced0a4be7940acf4f3292928;p=lhc%2Fweb%2Fwiklou.git 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();