mediawiki-skins-MinervaNeue/tests/selenium/features/support/pages/minerva_pages.js
Jon Robson 14ca9d0ad9 Selenium: Drop dead code
All these tests and associated steps are skipped and apply to pages that
no longer exist - Special:MobileDiff and Special:MobileHistory and can
safely be removed.

Change-Id: I15edf8c2fc88fbc01585c2b7e1243daa6d9210b9
2024-04-26 10:15:10 -07:00

12 lines
249 B
JavaScript

/**
* A list of all custom Minerva pageObjects.
* To simplify imports in world.js.
*/
'use strict';
module.exports = {
ArticlePage: require( './article_page' ),
ArticlePageWithEditorOverlay: require( './article_page_with_editor_overlay' )
};