Revert "Disable flakey test"

This reverts commit be398f8a29.

Reason for revert: The underlying issue should be fixed.
Let's see if this test works better now.

Bug: T334634
Change-Id: I261606edd277935a34588d9695b9024f01a0d3f0
This commit is contained in:
Bartosz Dziewoński 2023-11-20 22:34:01 +00:00
parent be398f8a29
commit 49e2acf2f4

View file

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