mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
Merge "Temporarily skip tests incompatible with Citoid"
This commit is contained in:
commit
82f4a50031
|
@ -70,7 +70,7 @@ describe( 'Re-using refs in Visual Editor using templates', () => {
|
|||
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( '.oo-ui-labelElement-label', 'Cite' ).click();
|
||||
|
|
|
@ -43,7 +43,7 @@ describe( 'Visual Editor Cite Integration', () => {
|
|||
.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();
|
||||
|
||||
// Assert reference content for the first reference
|
||||
|
|
Loading…
Reference in a new issue