Skip to content

Commit

Permalink
e2e: fix: make residentialArea more random as it is prone to conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jamil314 committed Oct 31, 2024
1 parent 2768c62 commit 51437ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testcases/death/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const declaration = {
district: 'Zobwe',
urbanOrRural: 'Urban',
town: faker.address.city(),
residentialArea: faker.address.county(),
residentialArea: faker.address.county() + generateRandomSuffix(),
street: faker.address.streetName(),
number: faker.address.buildingNumber(),
postcodeOrZip: faker.address.zipCode()
Expand Down

0 comments on commit 51437ed

Please sign in to comment.