mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-18 09:40:49 +00:00
Disable Cypress backlinks tests temporarily for Qunit conversion
Once the Qunit tests are done, the file can be deleted Bug: T368267 Change-Id: I564f7a9cfa606d5ab4759682ec6084f9c59a7923
This commit is contained in:
parent
f3b5bb9c5d
commit
8da1ac8bcd
|
@ -2,7 +2,7 @@ import * as helper from '../utils/functions.helper.js';
|
||||||
|
|
||||||
const title = helper.getTestString( 'CiteTest-title' );
|
const title = helper.getTestString( 'CiteTest-title' );
|
||||||
|
|
||||||
describe( 'Cite backlinks test', () => {
|
describe.skip( 'Cite backlinks test', () => {
|
||||||
before( () => {
|
before( () => {
|
||||||
helper.visitTitle( '' );
|
helper.visitTitle( '' );
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ describe( 'Cite backlinks test', () => {
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// T368267
|
// T368267
|
||||||
it.skip( 'hides clickable up arrow by default when there are multiple backlinks', () => {
|
it( 'hides clickable up arrow by default when there are multiple backlinks', () => {
|
||||||
helper.getCiteMultiBacklink( 1 ).should( 'not.exist' );
|
helper.getCiteMultiBacklink( 1 ).should( 'not.exist' );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue