From 8c6067584b2c749d6f561e368ff959db926424ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 27 Nov 2023 20:48:05 +0100 Subject: [PATCH] Disable another flakey test Bug: T348539 Change-Id: Icb79bbd404b445a1c42d52b060475250d155490a --- tests/selenium/specs/editor_wikitext_nosave.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/selenium/specs/editor_wikitext_nosave.js b/tests/selenium/specs/editor_wikitext_nosave.js index 013acff2b..0875764ae 100644 --- a/tests/selenium/specs/editor_wikitext_nosave.js +++ b/tests/selenium/specs/editor_wikitext_nosave.js @@ -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();