Merge "selenium: Add date and bug ID to skipped tests"

This commit is contained in:
jenkins-bot 2024-07-15 21:13:58 +00:00 committed by Gerrit Code Review
commit 1a23709f42

View file

@ -14,6 +14,7 @@ describe( 'User:<username>', () => {
} );
// </username>@en.m.wikipedia.beta.wmflabs.org
// Skipped on 2023-04-06 because of T293084
it.skip( 'Check components in user page', async () => {
await iShouldBeOnMyUserPage();
await thereShouldBeALinkToMyTalkPage();