Merge "Temporarily skip tests incompatible with Citoid"

This commit is contained in:
jenkins-bot 2024-05-07 16:57:49 +00:00 committed by Gerrit Code Review
commit 82f4a50031
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ describe( 'Re-using refs in Visual Editor using templates', () => {
helpers.waitForVEToLoad(); helpers.waitForVEToLoad();
} ); } );
it( 'should add a template reference and verify correct content in both saved and edit mode', () => { it.skip( 'should add a template reference and verify correct content in both saved and edit mode', () => {
cy.contains( '.mw-reflink-text', '[1]' ).type( '{rightarrow}' ); cy.contains( '.mw-reflink-text', '[1]' ).type( '{rightarrow}' );
cy.contains( '.oo-ui-labelElement-label', 'Cite' ).click(); cy.contains( '.oo-ui-labelElement-label', 'Cite' ).click();

View file

@ -43,7 +43,7 @@ describe( 'Visual Editor Cite Integration', () => {
.should( 'contain.text', refText1 ); .should( 'contain.text', refText1 );
} ); } );
it( 'should display existing references in the Cite re-use dialog', () => { it.skip( 'should display existing references in the Cite re-use dialog', () => {
helpers.openVECiteReuseDialog(); helpers.openVECiteReuseDialog();
// Assert reference content for the first reference // Assert reference content for the first reference