Merge "Disable another flakey test"

This commit is contained in:
jenkins-bot 2023-11-27 20:27:15 +00:00 committed by Gerrit Code Review
commit dc3ffae59d

View file

@ -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();