mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 14:36:51 +00:00
backlinks.cy.js: Disable flaky test
Depends-On: I3bacc2aff3d36719133554a8f70d50a3790b84e4 Bug: T368267 Change-Id: I7344e51348f32b2fdf541e59df7e74af85425fa0
This commit is contained in:
parent
1fa7271beb
commit
724b367f86
|
@ -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