X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2Fspecs%2Frollback.js;h=970fb9e6efe514ef176e28cd2c7a6efd6e70b67f;hb=0f24b13ea03a7226bd7b9f0d84f4deee8bea0736;hp=648e52f600e5435e5d428e97d3e61d9d7b34793e;hpb=fcef0f1cea44deaf4de89580b22a4dfbd8c63f37;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index 648e52f600..970fb9e6ef 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -48,7 +48,7 @@ describe( 'Rollback with confirmation', function () { assert.strictEqual( HistoryPage.rollbackConfirmableNo.getText(), 'Cancel' ); } ); - it( 'should offer a way to cancel rollbacks', function () { + it.skip( 'should offer a way to cancel rollbacks', function () { HistoryPage.rollback.click(); browser.pause( 300 ); @@ -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(); browser.pause( 300 );