Skip to content

Commit

Permalink
test: update account_creation.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscuba23 committed Apr 4, 2024
1 parent 26f80d5 commit 1e865a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-examples/account_creation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let contactPhone2 = '976.620.4768 x7104' // faker.phone.number() // FIXME number
// FIXME address has no validation in relativity. For example city and state/province may not match with each other but still be accepted
// FIXME address data is not mandatory to be entered at the Contact Creation form and does not throw an error if it doesnt

let contactAddress1 = faker.location.streetAddress();
let contactAddress1 = faker.location.streetAddress();
let contactAddress2 = faker.location.secondaryAddress(); // FIXME secondaryAddress info not appearing at Contact List
let contactCity = faker.location.city();
let contactStateOrProvince = faker.location.state();
Expand Down

0 comments on commit 1e865a7

Please sign in to comment.