From 89a00d28380cb4fe497d1d01629087fd484c6848 Mon Sep 17 00:00:00 2001 From: Adam Wight Date: Thu, 6 Jun 2019 12:55:32 +0200 Subject: [PATCH] selenium: Skip flaky Rollback test 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index 2a79467f25..a18ee41055 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -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 ); -- 2.20.1