-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cypress commands + minor style tweak (#8)
* update cypress tests * fix cypress commands * style tweak and clean-up * tweak
- Loading branch information
1 parent
7475402
commit 1dc3f50
Showing
16 changed files
with
125 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ | |
"streetAddressAdditional": "" | ||
} | ||
} | ||
} | ||
} |
File renamed without changes.
1 change: 0 additions & 1 deletion
1
cypress/fixtures/business.json → cypress/fixtures/businessBEN.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
cypress/fixtures/businessContact.json → cypress/fixtures/businessContactBEN.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"contacts": [ | ||
{ | ||
"email": "[email protected]", | ||
"phone": "(123) 456 7893", | ||
"phoneExtension": "" | ||
} | ||
], | ||
"corpType": { | ||
"code": "GP", | ||
"default": false, | ||
"desc": "General Partnership" | ||
}, | ||
"created": "2023-06-27T21:48:47+00:00", | ||
"modified": "2023-10-19T16:58:23+00:00", | ||
"modifiedBy": "Tester Fake Account", | ||
"name": "Test GP Company", | ||
"passCodeClaimed": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"contacts": [ | ||
{ | ||
"email": "[email protected]", | ||
"phone": "(123) 456 7892", | ||
"phoneExtension": "" | ||
} | ||
], | ||
"corpType": { | ||
"code": "SP", | ||
"default": false, | ||
"desc": "Sole Proprietorship" | ||
}, | ||
"created": "2023-06-27T21:48:47+00:00", | ||
"modified": "2023-10-19T16:58:23+00:00", | ||
"modifiedBy": "Tester Fake Account", | ||
"name": "Test SP Company", | ||
"passCodeClaimed": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"adminFreeze": false, | ||
"goodStanding": true, | ||
"legalName": "Test GP Company", | ||
"legalType": "GP", | ||
"state": "ACTIVE", | ||
"taxId": "123456789BC0003" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"adminFreeze": false, | ||
"goodStanding": true, | ||
"legalName": "Test SP Company", | ||
"legalType": "SP", | ||
"state": "ACTIVE", | ||
"taxId": "123456789BC0002" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters