mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
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:
parent
be398f8a29
commit
49e2acf2f4
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue