X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2Fspecs%2Frollback.js;h=d85b27bd5eb47ab15c86f49916228d20d8db4720;hb=5580d3e4da8f4963bf9e8c36ca5c414fa1976bbe;hp=9beabfc3ca1e2e643a9a7336c7803a1c5b993842;hpb=8ffabe23a195e47af2a117a2a917a280b3459255;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index 9beabfc3ca..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(); @@ -120,7 +120,7 @@ describe( 'Rollback without confirmation', function () { }, 5000, 'Expected rollback page to appear.' ); } ); - it( 'should perform rollback via GET request without asking the user to confirm', function () { + it.skip( 'should perform rollback via GET request without asking the user to confirm', function () { var rollbackActionUrl = HistoryPage.rollbackLink.getAttribute( 'href' ); browser.url( rollbackActionUrl );