Skip to content

Commit 5dee113

Browse files
authored
test: remove ERP tests (#451)
Slack conversation here: https://comicrelief.slack.com/archives/CFMTAQ8UT/p1775727549819129
1 parent 00c455a commit 5dee113

4 files changed

Lines changed: 2 additions & 194 deletions

File tree

playwright-staging/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"uuid": "8.3.2"
1717
},
1818
"scripts": {
19-
"test:sanity": "FORCE_COLOR=1 playwright test --grep '@sanity'",
20-
"test:regression": "FORCE_COLOR=1 playwright test --grep '@regression'"
19+
"test:sanity": "FORCE_COLOR=1 playwright test --grep '@sanity'"
2120
}
2221
}

playwright-staging/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config = {
2626
scriptTimeout: 60000, // this is needed for long running scripts
2727
serviceWorkers: 'block', // optional but reduces flakiness
2828
},
29-
grep: [new RegExp('@regression'), new RegExp('@sanity'), new RegExp('@nightly-sanity')],
29+
grep: [new RegExp('@sanity')],
3030

3131
/* Configure projects for major browsers */
3232
projects: [

playwright-staging/tests/submit/erp.spec.js

Lines changed: 0 additions & 100 deletions
This file was deleted.

playwright-staging/tests/update/erp.spec.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)