Skip to content

Commit

Permalink
Reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Sep 20, 2024
1 parent b05fde8 commit 4b3d24d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions frontend/cypress/fixtures/staff/bcregisteredscenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"showBcRegDownNotification": false,
"showDuplicatedNotification": true,
"showNotOwnedByPersonError": false,
"type": "C",
"type": "Continued In Corporation",
"standing": "Unknown",
"dba": ""
},
Expand All @@ -25,7 +25,7 @@
"showBcRegDownNotification": false,
"showDuplicatedNotification": false,
"showNotOwnedByPersonError": false,
"type": "SP",
"type": "Sole proprietorship",
"standing": "Good standing",
"dba": "Soleprop"
},
Expand All @@ -40,7 +40,7 @@
"showBcRegDownNotification": true,
"showDuplicatedNotification": false,
"showNotOwnedByPersonError": false,
"type": "C",
"type": "Continued In Corporation",
"standing": "Good Standing",
"dba": ""
},
Expand All @@ -53,12 +53,12 @@
"showUnknowNotification": false,
"showNotGoodStandingNotification": true,
"showBcRegDownNotification": false,
"type": "C",
"type": "Continued In Corporation",
"standing": "Not in good standing",
"dba": ""
},
{
"scenarioName": "OK State - C",
"scenarioName": "OK State - Continued In Corporation",
"companySearch": "cmp",
"companyCode": "C1231231",
"showData": true,
Expand All @@ -68,12 +68,12 @@
"showBcRegDownNotification": false,
"showDuplicatedNotification": false,
"showNotOwnedByPersonError": false,
"type": "C",
"type": "Continued In Corporation",
"standing": "Good standing",
"dba": ""
},
{
"scenarioName": "OK State - C not found",
"scenarioName": "OK State - Continued In Corporation not found",
"companySearch": "cnf",
"companyCode": "C9999999",
"showData": true,
Expand All @@ -83,7 +83,7 @@
"showBcRegDownNotification": false,
"showDuplicatedNotification": false,
"showNotOwnedByPersonError": false,
"type": "C",
"type": "Continued In Corporation",
"standing": "Unknown",
"dba": ""
},
Expand All @@ -96,7 +96,7 @@
"showUnknowNotification": false,
"showNotGoodStandingNotification": false,
"showBcRegDownNotification": false,
"type": "LL",
"type": "Limited liability partnership",
"standing": "Unknown",
"dba": ""
},
Expand All @@ -111,7 +111,7 @@
"showBcRegDownNotification": false,
"showDuplicatedNotification": false,
"showNotOwnedByPersonError": false,
"type": "C",
"type": "Continued In Corporation",
"standing": "Unknown",
"dba": ""
},
Expand All @@ -126,7 +126,7 @@
"showBcRegDownNotification": false,
"showDuplicatedNotification": false,
"showNotOwnedByPersonError": true,
"type": "SP",
"type": "Sole proprietorship",
"standing": "Good standing",
"dba": "Soleprop"
}
Expand Down

0 comments on commit 4b3d24d

Please sign in to comment.