mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Revert "Revert "Disable flakey test""
This reverts commit 49e2acf2f4
.
Bug: T334634
Change-Id: I672e2a6ad31b02118051a21246d808ea94f0a7e4
This commit is contained in:
parent
49e2acf2f4
commit
7c645549a6
|
@ -16,7 +16,8 @@ const {
|
||||||
|
|
||||||
// @test2.m.wikipedia.org @vagrant @login
|
// @test2.m.wikipedia.org @vagrant @login
|
||||||
describe( 'Search', () => {
|
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 iAmUsingTheMobileSite();
|
||||||
await pageExists( 'Selenium search test' );
|
await pageExists( 'Selenium search test' );
|
||||||
await iAmLoggedIntoTheMobileWebsite();
|
await iAmLoggedIntoTheMobileWebsite();
|
||||||
|
|
Loading…
Reference in a new issue