Merge "Disable flakey test"

This commit is contained in:
jenkins-bot 2023-07-27 18:02:14 +00:00 committed by Gerrit Code Review
commit e2eaf89826

View file

@ -16,7 +16,8 @@ const {
// @test2.m.wikipedia.org @vagrant @login
describe( 'Search', () => {
it( 'Clicking on a watchstar toggles the watchstar', async () => {
// FIXME: T334634
it.skip( 'Clicking on a watchstar toggles the watchstar', async () => {
await iAmUsingTheMobileSite();
await pageExists( 'Selenium search test' );
await iAmLoggedIntoTheMobileWebsite();