Merge "Temporarily skip rollback test"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 7 May 2019 21:50:52 +0000 (21:50 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 7 May 2019 21:50:52 +0000 (21:50 +0000)
tests/selenium/specs/rollback.js

index 383b372..2a79467 100644 (file)
@@ -53,7 +53,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 );