mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 10:27:31 +00:00
selenium: Document when, how and why a test is skipped
Bug: T280652 Change-Id: I9f71a95bcf605dbf83b78c198a593fddbc6863db
This commit is contained in:
parent
8c10c2eb61
commit
aa876e4b92
|
@ -18,7 +18,7 @@ describe( 'Wikitext Editor', () => {
|
|||
} );
|
||||
|
||||
// @smoke
|
||||
// Skipped on 2022-12-07 because of T313775
|
||||
// Skipped on 2022-12-07 in 865667 because of T313775
|
||||
it.skip( 'Closing editor (overlay button)', () => {
|
||||
iClickTheEditButton();
|
||||
iSeeTheWikitextEditorOverlay();
|
||||
|
@ -27,6 +27,7 @@ describe( 'Wikitext Editor', () => {
|
|||
} );
|
||||
|
||||
// FIXME T348539
|
||||
// Skipped on 2023-11-27 in 977779 because of T348539
|
||||
it.skip( 'Closing editor (browser button)', async () => {
|
||||
await iClickTheEditButton();
|
||||
await iSeeTheWikitextEditorOverlay();
|
||||
|
|
|
@ -14,7 +14,7 @@ describe( 'User:<username>', () => {
|
|||
} );
|
||||
|
||||
// </username>@en.m.wikipedia.beta.wmflabs.org
|
||||
// Skipped on 2023-04-06 because of T293084
|
||||
// Skipped on 2023-04-11 in 905565 because of T293084
|
||||
it.skip( 'Check components in user page', async () => {
|
||||
await iShouldBeOnMyUserPage();
|
||||
await thereShouldBeALinkToMyTalkPage();
|
||||
|
|
Loading…
Reference in a new issue