mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Disable failing talk page tests temporarily
Bug: T302993 Change-Id: I1cbe8367394fdee1c0a88d5dbe2bd00da0b74062
This commit is contained in:
parent
c5410b9f58
commit
ff00b6d9c5
|
@ -47,14 +47,14 @@ describe( 'Talk', () => {
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// @smoke @login
|
// @smoke @login
|
||||||
it( 'Add discussion button shows on talk pages for logged in users', () => {
|
it.skip( 'Add discussion button shows on talk pages for logged in users', () => {
|
||||||
iAmLoggedIntoTheMobileWebsite();
|
iAmLoggedIntoTheMobileWebsite();
|
||||||
iAmOnPage( 'Talk:Selenium talk test' );
|
iAmOnPage( 'Talk:Selenium talk test' );
|
||||||
thereShouldBeAnAddDiscussionButton();
|
thereShouldBeAnAddDiscussionButton();
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// @smoke @login
|
// @smoke @login
|
||||||
it( 'Add discussion for talk page possible as logged in user', () => {
|
it.skip( 'Add discussion for talk page possible as logged in user', () => {
|
||||||
iAmLoggedIntoTheMobileWebsite();
|
iAmLoggedIntoTheMobileWebsite();
|
||||||
iAmOnPage( 'Talk:Selenium talk test' );
|
iAmOnPage( 'Talk:Selenium talk test' );
|
||||||
iClickTheAddTalkButton();
|
iClickTheAddTalkButton();
|
||||||
|
|
Loading…
Reference in a new issue