Revert "Revert "Disable flakey test""

This reverts commit 49e2acf2f4.

Bug: T334634
Change-Id: I672e2a6ad31b02118051a21246d808ea94f0a7e4
This commit is contained in:
Bartosz Dziewoński 2023-11-27 19:45:00 +00:00
parent 49e2acf2f4
commit 7c645549a6

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