mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 14:36:51 +00:00
Merge "backlinks.cy.js: Disable flaky test"
This commit is contained in:
commit
aea41f900f
|
@ -19,7 +19,8 @@ describe( 'Cite backlinks test', () => {
|
|||
helper.waitForModuleReady( 'ext.cite.ux-enhancements' );
|
||||
} );
|
||||
|
||||
it( 'hides clickable up arrow by default when there are multiple backlinks', () => {
|
||||
// T368267
|
||||
it.skip( 'hides clickable up arrow by default when there are multiple backlinks', () => {
|
||||
helper.getCiteMultiBacklink( 1 ).should( 'not.exist' );
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in a new issue