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: I444ae022d34c7a263abfc60370fb9341413efb4b
This commit is contained in:
parent
ace70b75cf
commit
35800f195b
|
@ -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' );
|
||||
|
|
Loading…
Reference in a new issue