Go to file
mareikeheuer ce3e7b8eb8 Create end to end test for reference re-use in VE
Created following test cases:
Scenario: I am a user that wants to re-use refs in VisualEditor
-should display existing references in the Cite re-use dialog
- should display re-used reference in article with correct footnote number and notification in context dialog
- should display correct ref content and name attribute for re-used ref with existing name attribute
TODO:
- run several rechecks to observe flakiness issues
- add remaining test cases (copy paste & cut paste)

Bug: T356858
Change-Id: Ib1b64c44b21471404a7c51752fb5899119b4b533
2024-03-12 10:22:04 +01:00
.phan Less tabs in phan config 2024-02-26 16:57:14 -05:00
cypress Create end to end test for reference re-use in VE 2024-03-12 10:22:04 +01:00
i18n Localisation updates from https://translatewiki.net. 2024-03-06 08:19:31 +01:00
modules Localisation updates from https://translatewiki.net. 2024-03-04 08:23:03 +01:00
src Drop obscure error message about an unused group 2024-03-04 13:04:36 +01:00
tests Drop obscure error message about an unused group 2024-03-04 13:04:36 +01:00
.eslintrc.json [lint] Satisfy max-len rule 2024-01-30 12:18:52 +01:00
.gitignore Initial support for generating jsdoc 2024-02-28 09:22:59 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:15 -07:00
.phpcs.xml More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
.stylelintrc.json build: Update stylelint config 2023-05-30 20:18:01 +00:00
AUTHORS.txt Move Cite-specific settings from WikiEditor 2023-06-28 20:22:14 +02:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 23:29:58 +00:00
composer.json build: Updating dependencies 2024-02-14 07:41:08 -05:00
COPYING.txt
cypress.config.js Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
extension.json First tests for ve.dm.MWReferenceModel 2024-01-31 13:52:40 +01:00
Gruntfile.js linters should ignore generated docs 2024-02-29 12:09:09 +00:00
jsdoc.json Use Types/#jQuery for external docs 2024-02-29 18:57:36 +01:00
MIT-LICENSE.txt doc: Bump copyright year 2018-01-02 17:05:50 -08:00
package-lock.json Initial support for generating jsdoc 2024-02-28 09:22:59 +01:00
package.json Initial support for generating jsdoc 2024-02-28 09:22:59 +01:00
README.md Remove ApiQueryReferences support 2019-11-28 11:08:46 +01:00

Cite

The Cite extension provides a way for users to create references as footnotes to articles.

See https://www.mediawiki.org/wiki/Extension:Cite for detailed documentation.