mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
Merge "Revert "Revert "Disable flakey test"""
This commit is contained in:
commit
ea6cf440cf
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue