diff --git a/tests/selenium/specs/editor_wikitext_nosave.js b/tests/selenium/specs/editor_wikitext_nosave.js index b9a7320c2..f5dd8e1bc 100644 --- a/tests/selenium/specs/editor_wikitext_nosave.js +++ b/tests/selenium/specs/editor_wikitext_nosave.js @@ -18,7 +18,8 @@ describe( 'Wikitext Editor', () => { } ); // @smoke - it( 'Closing editor (overlay button)', () => { + // Skipped on 2022-12-07 because of T313775 + it.skip( 'Closing editor (overlay button)', () => { iClickTheEditButton(); iSeeTheWikitextEditorOverlay(); iClickTheOverlayCloseButton();