Temporarily skip rollback test
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
This commit is contained in:
parent
537c8d2329
commit
ddf7a50057
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue