Skip to content

Commit

Permalink
Swap tests due to email issues in helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Mar 28, 2024
1 parent 7f30868 commit ca68e35
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,6 @@
"name": "haveCountry",
"key": "country"
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompany",
Expand All @@ -238,6 +226,18 @@
"key": "company2",
"arguments": [{ "isActive": true, "status": "approved" }]
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompanyBusinessUnit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,18 +347,6 @@
"name": "haveCountry",
"key": "country"
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompany",
Expand All @@ -371,6 +359,18 @@
"key": "company2",
"arguments": [{ "isActive": true, "status": "approved" }]
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompanyBusinessUnit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,18 +303,6 @@
"name": "haveCountry",
"key": "country"
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompany",
Expand All @@ -327,6 +315,18 @@
"key": "company2",
"arguments": [{ "isActive": true, "status": "approved" }]
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompanyBusinessUnit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,18 +303,6 @@
"name": "haveCountry",
"key": "country"
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompany",
Expand All @@ -327,6 +315,18 @@
"key": "company2",
"arguments": [{ "isActive": true, "status": "approved" }]
},
{
"type": "helper",
"name": "haveCustomer",
"key": "customer",
"arguments": [{ "locale": "#localeEN", "password": "change123" }]
},
{
"type": "helper",
"name": "confirmCustomer",
"key": "confirmedCustomer",
"arguments": ["#customer"]
},
{
"type": "helper",
"name": "haveCompanyBusinessUnit",
Expand Down

0 comments on commit ca68e35

Please sign in to comment.