mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
selenium: Skip flaky test
"Wikitext Editor.Closing editor (overlay button)" is breaking CI in core. Bug: T313775 Change-Id: I3dd3d196a09d7a62faf78d31239e3c8d00141704
This commit is contained in:
parent
e842a49c7b
commit
da92d66df1
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue