mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
Merge "Disable another flakey test"
This commit is contained in:
commit
dc3ffae59d
|
@ -26,7 +26,8 @@ describe( 'Wikitext Editor', () => {
|
|||
iDoNotSeeAnOverlay();
|
||||
} );
|
||||
|
||||
it( 'Closing editor (browser button)', async () => {
|
||||
// FIXME T348539
|
||||
it.skip( 'Closing editor (browser button)', async () => {
|
||||
await iClickTheEditButton();
|
||||
await iSeeTheWikitextEditorOverlay();
|
||||
await iClickTheBrowserBackButton();
|
||||
|
|
Loading…
Reference in a new issue