Skip to content

Commit

Permalink
chore: update dRep name validation with mockValid name
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 6, 2024
1 parent e3812a3 commit 2631b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test.describe("Validation of dRep Registration Form", () => {

for (let i = 0; i < 100; i++) {
await dRepRegistrationPage.validateForm({
name: faker.internet.displayName(),
name: mockValid.name(),
objectives: faker.lorem.paragraph(2),
motivations: faker.lorem.paragraph(2),
qualifications: faker.lorem.paragraph(2),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test.describe("Validation of edit dRep Form", () => {

for (let i = 0; i < 100; i++) {
await editDRepPage.validateForm({
name: faker.internet.displayName(),
name: mockValid.name(),
objectives: faker.lorem.paragraph(2),
motivations: faker.lorem.paragraph(2),
qualifications: faker.lorem.paragraph(2),
Expand Down

0 comments on commit 2631b12

Please sign in to comment.