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:
jdlrobson 2019-05-07 13:47:58 -07:00
parent 537c8d2329
commit ddf7a50057

View 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 );