Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Cite/tests/cypress/e2e/tests/ve-cite/reuseRefs.cy.js
Ðазад
import * as helper from './../../utils/functions.helper.js'; import * as veHelper from './../../utils/ve.helper.js'; const refText1 = 'This is citation #1 for reference #1 and #2'; const refText2 = 'This is citation #2 for reference #3'; const wikiText = `This is reference #1: <ref name="a">${ refText1 }</ref><br> ` + 'This is reference #2 <ref name="a" /><br>' + `This is reference #3 <ref>${ refText2 }</ref><br>` + '<references />'; let usesCitoid; describe( 'Re-using refs in Visual Editor', () => { before( () => { cy.clearCookies(); helper.loginAsAdmin(); helper.editPage( 'MediaWiki:Cite-tool-definition.json', JSON.stringify( [ { name: 'Webseite', icon: 'ref-cite-web', template: 'Internetquelle' }, { name: 'Literatur', icon: 'ref-cite-book', template: 'Literatur' } ] ) ); } ); beforeEach( () => { const title = helper.getTestString( 'CiteTest-reuseRefs' ); cy.clearCookies(); helper.editPage( title, wikiText ); cy.window().then( async ( win ) => { usesCitoid = win.mw.loader.getModuleNames().includes( 'ext.citoid.visualEditor' ); } ); veHelper.setVECookiesToDisableDialogs(); veHelper.openVEForEditingReferences( title, usesCitoid ); } ); it( 'should display re-used reference in article with correct footnote number and notification in context dialog', () => { // Currently there are 3 refs in the article helper.getRefsFromArticleSection().should( 'have.length', 3 ); // Place cursor next to ref #2 in order to add re-use ref next to it cy.contains( '.mw-reflink-text', '[2]' ).type( '{rightarrow}' ); if ( usesCitoid ) { veHelper.openVECiteoidReuseDialog(); } else { veHelper.openVECiteReuseDialog(); } // Re-use second ref veHelper.getCiteReuseDialogRefResult( 2 ).click(); // The context dialog on one of the references shows it's being used twice cy.get( '.mw-reflink-text' ).contains( '[2]' ).click(); cy.get( '.oo-ui-popupWidget-popup .ve-ui-mwReferenceContextItem-muted' ) .should( 'have.text', 'This reference is used twice on this page.' ); veHelper.saveEdits(); // ARTICLE SECTION // Ref has been added to article, there are now 4 refs in the article helper.getRefsFromArticleSection().should( 'have.length', 4 ); // Ref #2 now appears twice in the article with corresponding IDs matching the backlinks in // the references section helper.backlinksIdShouldMatchFootnoteId( 2, 0, 2 ); helper.backlinksIdShouldMatchFootnoteId( 3, 1, 2 ); // Both references have the same footnote number cy.get( '#mw-content-text p sup a' ).eq( 2 ).should( 'have.text', '[2]' ); cy.get( '#mw-content-text p sup a' ).eq( 3 ).should( 'have.text', '[2]' ); // REFERENCES SECTION // References section contains a list item for each reference helper.getRefsFromReferencesSection().should( 'have.length', 2 ); // Ref content should match helper.getRefFromReferencesSection( 2 ).find( '.reference-text' ).should( 'have.text', refText2 ); } ); it( 'should display correct ref content and name attribute for re-used ref with existing name attribute', () => { // Place cursor next to ref #1 in order to add re-used ref next to it cy.contains( '.mw-reflink-text', '[1]' ).first().type( '{rightarrow}' ); if ( usesCitoid ) { veHelper.openVECiteoidReuseDialog(); } else { veHelper.openVECiteReuseDialog(); } // reuse first ref which has the name 'a' veHelper.getCiteReuseDialogRefText( 1 ).should( 'have.text', refText1 ); veHelper.getCiteReuseDialogRefResultName( 1 ).should( 'have.text', 'a' ); veHelper.getCiteReuseDialogRefResult( 1 ).click(); veHelper.saveEdits(); // ARTICLE SECTION // Ref name 'a' has been added correctly helper.articleSectionRefMarkersContainCorrectRefName( '1' ); // REFERENCES SECTION // Ref content from re-used ref is displayed correctly in backlink reference helper.getRefFromReferencesSection( 1 ).should( 'contain', refText1 ); // Ref name a has been added to backlink helper.verifyBacklinkHrefContent( 'a', 1, 1 ); // ref #1 has reference name a assigned to its id helper.referenceSectionRefIdContainsRefName( 1, 'a' ); // ref #2 has no name, if there is no ref name its skipped helper.referenceSectionRefIdContainsRefName( 2, null ); } ); } );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка