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

Bug: T280652
Change-Id: I444ae022d34c7a263abfc60370fb9341413efb4b
This commit is contained in:
Željko Filipin 2024-10-07 15:58:11 +02:00
parent ace70b75cf
commit 35800f195b

View file

@ -17,6 +17,7 @@ const {
// @test2.m.wikipedia.org @vagrant @login
describe( 'Search', () => {
// FIXME: T334634
// Skipped on 2023-11-27 in 977621 because of T334634
it.skip( 'Clicking on a watchstar toggles the watchstar', async () => {
await iAmUsingTheMobileSite();
await pageExists( 'Selenium search test' );