selenium: Skip flaky Rollback test
authorAdam Wight <adam.wight@wikimedia.de>
Thu, 6 Jun 2019 10:55:32 +0000 (12:55 +0200)
committerKrinkle <krinklemail@gmail.com>
Mon, 10 Jun 2019 15:18:12 +0000 (15:18 +0000)
Sometimes the element doesn't appear.  This is breaking during gate-and-submit,
so skipping until it can be fixed properly.

Bug: T219440
Change-Id: I7286eb5499e34146acf5da3180b665436569a18c

tests/selenium/specs/rollback.js

index 2a79467..a18ee41 100644 (file)
@@ -41,7 +41,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();
 
                HistoryPage.rollbackConfirmableNo.waitForVisible( 5000 );