selenium: Document when, how and why a test is skipped

Bug: T280652
Change-Id: I9f71a95bcf605dbf83b78c198a593fddbc6863db
This commit is contained in:
Željko Filipin 2024-10-02 11:31:10 +02:00
parent 8c10c2eb61
commit aa876e4b92
2 changed files with 3 additions and 2 deletions

View file

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

View file

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