Replaced random phone number with +1-800-555-0199

See https://tinyurl.com/48tyjyxm
This commit is contained in:
Matteo Gheza 2021-07-06 11:23:04 +02:00 committed by GitHub
parent afb7110b30
commit 29a5e2dba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ describe("User management", () => {
.then((users) => {
cy.getApiKey().then((apiKey) => {
var i = 1
var phone_number = "+1-202-555-0100"; // https://fakenumber.org/
var phone_number = "+1-800-555-0199";
users.forEach(user => {
console.log("User '"+user.name+"' number "+i);
if(i == 1){