Skip to content

Commit

Permalink
Remove default Mediawiki extensions tests (#743)
Browse files Browse the repository at this point in the history
Remove default Mediawiki extensions tests

---------

Co-authored-by: rti <rti@users.noreply.github.com>
  • Loading branch information
adeeri and rti authored Aug 19, 2024
1 parent 9d69632 commit 73a4ed3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 128 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- repo_client
- quickstatements
- pingback
- confirm_edit
- elasticsearch
- deploy

Expand Down
1 change: 0 additions & 1 deletion test/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const allSuiteNames = [
'repo_client',
'quickstatements',
'pingback',
'confirm_edit',
'elasticsearch',
'deploy'
];
Expand Down
12 changes: 0 additions & 12 deletions test/specs/confirm_edit/confirm-edit.ts

This file was deleted.

49 changes: 0 additions & 49 deletions test/specs/repo/extensions/nuke.ts

This file was deleted.

29 changes: 0 additions & 29 deletions test/specs/repo/extensions/syntax-highlight.ts

This file was deleted.

4 changes: 0 additions & 4 deletions test/specs/repo/extensions/visual-editor.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import page from '../../../helpers/pages/page.js';

describe( 'VisualEditor', function () {
beforeEach( async function () {
await browser.skipIfExtensionNotPresent( this, 'VisualEditor' );
} );

it( 'Should be able to edit a page using the editor', async function () {
await page.open( '/wiki/TestVisualEditor?veaction=edit' );

Expand Down
14 changes: 0 additions & 14 deletions test/suites/confirm_edit/LocalSettings.php

This file was deleted.

14 changes: 0 additions & 14 deletions test/suites/confirm_edit/confirm_edit.conf.ts

This file was deleted.

4 changes: 0 additions & 4 deletions test/suites/confirm_edit/docker-compose.override.yml

This file was deleted.

0 comments on commit 73a4ed3

Please sign in to comment.