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
This commit is contained in:
parent
214fb3e19c
commit
89a00d2838
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ describe( 'Rollback with confirmation', function () {
|
||||||
assert.strictEqual( HistoryPage.rollbackConfirmableNo.getText(), 'Cancel' );
|
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.rollback.click();
|
||||||
|
|
||||||
HistoryPage.rollbackConfirmableNo.waitForVisible( 5000 );
|
HistoryPage.rollbackConfirmableNo.waitForVisible( 5000 );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue