Skip to content

Commit deb5a2a

Browse files
author
Pettedson John
committed
test: preparing the test fixes...
1 parent c8691cb commit deb5a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44

55
citizen-integration-tests:
66
image: hmctspublic.azurecr.io/cmc/citizen-integration-tests:${CITIZEN_INTEGRATION_TESTS_VERSION:-latest}
7-
command: test:integration --grep @citizen
7+
command: test:integration --grep @citizen-defence
88
environment:
99
- WEB_DRIVER_HOST=remote-webdriver
1010
- CITIZEN_APP_URL=${TEST_URL}

src/integration-test/tests/citizen/endToEnd/defence_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const claimantResponseSteps: ClaimantResponseSteps = new ClaimantResponseSteps()
1313
const defendantResponseSteps: DefendantResponseSteps = new DefendantResponseSteps()
1414
let testData
1515

16-
Feature('Full Defence E2E Journeys ')
16+
Feature('Full Defence E2E Journeys @citizen-defence')
1717

1818
Before(async (I: I) => {
1919
testData = await EndToEndTestData.prepareData(I, PartyType.INDIVIDUAL, PartyType.INDIVIDUAL)

0 commit comments

Comments
 (0)