Update d_users.spec.js

This commit is contained in:
MatteoGheza 2021-03-02 00:02:14 +01:00 committed by GitHub
parent 995ab7a536
commit b92a77de23
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 = "+123456789012";
var phone_number = "+1-202-555-0100"; // https://fakenumber.org/
users.forEach(user => {
console.log("User '"+user.name+"' number "+i);
if(i == 1){