Temporarily skip rollback test
authorjdlrobson <jdlrobson@gmail.com>
Tue, 7 May 2019 20:47:58 +0000 (13:47 -0700)
committerjdlrobson <jdlrobson@gmail.com>
Tue, 7 May 2019 20:47:58 +0000 (13:47 -0700)
This test is proving flakey (seen in Minerva and MobileFrontend)
Let's skip this until we've worked out the problem.

Bug: T220479
Change-Id: I3629d4109d8e0c5c4da0c7fb0b82cf59290c0db9

tests/selenium/specs/rollback.js

index 51a1fc6..1975209 100644 (file)
@@ -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();
 
                HistoryPage.rollbackConfirmableYes.waitForVisible( 5000 );