Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/e2eTest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=18.0.0"
},
"scripts": {
"test:pr": "yarn playwright install && yarn playwright test --project chrome --grep '@PR'; EXIT_CODE=$?; allure generate -o ../../e2e-output --clean; tsx ./config/clean-attachments.config.ts; exit $EXIT_CODE",
"test:pr": "yarn playwright install && yarn playwright test --project chrome --grep '@wip'; EXIT_CODE=$?; allure generate -o ../../e2e-output --clean; tsx ./config/clean-attachments.config.ts; exit $EXIT_CODE",
"test:regression": "yarn playwright install && yarn playwright test --project chrome --grep '@regression'; EXIT_CODE=$?; allure generate -o ../../e2e-output --clean; tsx ./config/clean-attachments.config.ts; exit $EXIT_CODE",
"test:chrome": "yarn playwright install && yarn playwright test --project chrome; EXIT_CODE=$?; allure generate -o ../../e2e-output --clean; tsx ./config/clean-attachments.config.ts; exit $EXIT_CODE",
"test:enforcement": "yarn playwright install && yarn playwright test --project chrome --grep '@enforcement'; EXIT_CODE=$?; allure generate -o ../../e2e-output --clean; tsx ./config/clean-attachments.config.ts; exit $EXIT_CODE",
Expand Down
2 changes: 1 addition & 1 deletion src/e2eTest/tests/createCase.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test.afterEach(async () => {
});

test.describe('[Create Case - England]', async () => {
test('England - Assured tenancy with Rent arrears and other possession grounds @PR @regression', async () => {
test('England - Assured tenancy with Rent arrears and other possession grounds @wip @regression', async () => {
await performAction('selectAddress', {
postcode: addressDetails.englandCourtAssignedPostcodeTextInput,
addressIndex: addressDetails.addressIndex
Expand Down
Loading