-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reapply "24389, 22238 - allowable actions logic; some other updates t…
- Loading branch information
Showing
21 changed files
with
875 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,5 @@ logs | |
.vscode | ||
|
||
#Cypress screenshots | ||
cypress/screenshots | ||
cypress/screenshots | ||
cypress/downloads |
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,7 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [] | ||
} | ||
} | ||
} |
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,64 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Request for AGM Extension", | ||
"name": "agmExtension" | ||
}, | ||
{ | ||
"displayName": "AGM Location Change", | ||
"name": "agmLocationChange" | ||
}, | ||
{ | ||
"displayName": "Alteration", | ||
"name": "alteration" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application (Regular)", | ||
"name": "amalgamationApplication", | ||
"type": "regular" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application Short-form (Vertical)", | ||
"name": "amalgamationApplication", | ||
"type": "vertical" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application Short-form (Horizontal)", | ||
"name": "amalgamationApplication", | ||
"type": "horizontal" | ||
}, | ||
{ | ||
"displayName": "Annual Report", | ||
"name": "annualReport" | ||
}, | ||
{ | ||
"displayName": "Address Change", | ||
"name": "changeOfAddress" | ||
}, | ||
{ | ||
"displayName": "Director Change", | ||
"name": "changeOfDirectors" | ||
}, | ||
{ | ||
"displayName": "6-Month Consent to Continue Out", | ||
"name": "consentContinuationOut" | ||
}, | ||
{ | ||
"displayName": "Voluntary Dissolution", | ||
"name": "dissolution", | ||
"type": "voluntary" | ||
}, | ||
{ | ||
"displayName": "BC Benefit Company Incorporation Application", | ||
"name": "incorporationApplication" | ||
}, | ||
{ | ||
"displayName": "Transition Application", | ||
"name": "transition" | ||
} | ||
] | ||
} | ||
} | ||
} |
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,7 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [] | ||
} | ||
} | ||
} |
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,64 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Request for AGM Extension", | ||
"name": "agmExtension" | ||
}, | ||
{ | ||
"displayName": "AGM Location Change", | ||
"name": "agmLocationChange" | ||
}, | ||
{ | ||
"displayName": "Alteration", | ||
"name": "alteration" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application (Regular)", | ||
"name": "amalgamationApplication", | ||
"type": "regular" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application Short-form (Vertical)", | ||
"name": "amalgamationApplication", | ||
"type": "vertical" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application Short-form (Horizontal)", | ||
"name": "amalgamationApplication", | ||
"type": "horizontal" | ||
}, | ||
{ | ||
"displayName": "Annual Report", | ||
"name": "annualReport" | ||
}, | ||
{ | ||
"displayName": "Address Change", | ||
"name": "changeOfAddress" | ||
}, | ||
{ | ||
"displayName": "Director Change", | ||
"name": "changeOfDirectors" | ||
}, | ||
{ | ||
"displayName": "6-Month Consent to Continue Out", | ||
"name": "consentContinuationOut" | ||
}, | ||
{ | ||
"displayName": "Voluntary Dissolution", | ||
"name": "dissolution", | ||
"type": "voluntary" | ||
}, | ||
{ | ||
"displayName": "BC Community Contribution Company Incorporation Application", | ||
"name": "incorporationApplication" | ||
}, | ||
{ | ||
"displayName": "Transition Application", | ||
"name": "transition" | ||
} | ||
] | ||
} | ||
} | ||
} |
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,33 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Annual Report", | ||
"name": "annualReport" | ||
}, | ||
{ | ||
"displayName": "Address Change", | ||
"name": "changeOfAddress" | ||
}, | ||
{ | ||
"displayName": "Director Change", | ||
"name": "changeOfDirectors" | ||
}, | ||
{ | ||
"displayName": "Voluntary Dissolution", | ||
"name": "dissolution", | ||
"type": "voluntary" | ||
}, | ||
{ | ||
"displayName": "Incorporation Application", | ||
"name": "incorporationApplication" | ||
}, | ||
{ | ||
"displayName": "Special Resolution", | ||
"name": "specialResolution" | ||
} | ||
] | ||
} | ||
} | ||
} |
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,21 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Change of Registration Application", | ||
"name": "changeOfRegistration" | ||
}, | ||
{ | ||
"displayName": "Statement of Dissolution", | ||
"name": "dissolution", | ||
"type": "voluntary" | ||
}, | ||
{ | ||
"displayName": "BC General Partnership Registration", | ||
"name": "registration" | ||
} | ||
] | ||
} | ||
} | ||
} |
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,7 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [] | ||
} | ||
} | ||
} |
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,21 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Change of Registration Application", | ||
"name": "changeOfRegistration" | ||
}, | ||
{ | ||
"displayName": "Statement of Dissolution", | ||
"name": "dissolution", | ||
"type": "voluntary" | ||
}, | ||
{ | ||
"displayName": "BC Sole Proprietorship Registration", | ||
"name": "registration" | ||
} | ||
] | ||
} | ||
} | ||
} |
107 changes: 107 additions & 0 deletions
107
cypress/fixtures/allowable-actions/staff/bc-active.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Admin Freeze", | ||
"name": "adminFreeze" | ||
}, | ||
{ | ||
"displayName": "Request for AGM Extension", | ||
"name": "agmExtension" | ||
}, | ||
{ | ||
"displayName": "AGM Location Change", | ||
"name": "agmLocationChange" | ||
}, | ||
{ | ||
"displayName": "Alteration", | ||
"name": "alteration" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application (Regular)", | ||
"name": "amalgamationApplication", | ||
"type": "regular" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application Short-form (Vertical)", | ||
"name": "amalgamationApplication", | ||
"type": "vertical" | ||
}, | ||
{ | ||
"displayName": "Amalgamation Application Short-form (Horizontal)", | ||
"name": "amalgamationApplication", | ||
"type": "horizontal" | ||
}, | ||
{ | ||
"displayName": "Annual Report", | ||
"name": "annualReport" | ||
}, | ||
{ | ||
"displayName": "Address Change", | ||
"name": "changeOfAddress" | ||
}, | ||
{ | ||
"displayName": "Director Change", | ||
"name": "changeOfDirectors" | ||
}, | ||
{ | ||
"displayName": "6-Month Consent to Continue Out", | ||
"name": "consentContinuationOut" | ||
}, | ||
{ | ||
"displayName": "Continuation Out", | ||
"name": "continuationOut" | ||
}, | ||
{ | ||
"displayName": "Register Correction Application", | ||
"name": "correction" | ||
}, | ||
{ | ||
"displayName": "Court Order", | ||
"name": "courtOrder" | ||
}, | ||
{ | ||
"displayName": "Voluntary Dissolution", | ||
"name": "dissolution", | ||
"type": "voluntary" | ||
}, | ||
{ | ||
"displayName": "Administrative Dissolution", | ||
"name": "dissolution", | ||
"type": "administrative" | ||
}, | ||
{ | ||
"displayName": "BC Limited Company Incorporation Application", | ||
"name": "incorporationApplication" | ||
}, | ||
{ | ||
"displayName": "Registrar's Notation", | ||
"name": "registrarsNotation" | ||
}, | ||
{ | ||
"displayName": "Registrar's Order", | ||
"name": "registrarsOrder" | ||
}, | ||
{ | ||
"displayName": "Transition Application", | ||
"name": "transition" | ||
}, | ||
{ | ||
"displayName": "Limited Restoration Extension Application", | ||
"name": "restoration", | ||
"type": "limitedRestorationExtension" | ||
}, | ||
{ | ||
"displayName": "Conversion to Full Restoration Application", | ||
"name": "restoration", | ||
"type": "limitedRestorationToFull" | ||
}, | ||
{ | ||
"displayName": "Notice of Withdrawal", | ||
"name": "noticeOfWithdrawal" | ||
} | ||
] | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
cypress/fixtures/allowable-actions/staff/bc-historical.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"couldFile": { | ||
"filing": { | ||
"filingTypes": [ | ||
{ | ||
"displayName": "Court Order", | ||
"name": "courtOrder" | ||
}, | ||
{ | ||
"displayName": "Correction - Put Back On", | ||
"name": "putBackOn" | ||
}, | ||
{ | ||
"displayName": "Registrar's Notation", | ||
"name": "registrarsNotation" | ||
}, | ||
{ | ||
"displayName": "Registrar's Order", | ||
"name": "registrarsOrder" | ||
}, | ||
{ | ||
"displayName": "Full Restoration Application", | ||
"name": "restoration", | ||
"type": "fullRestoration" | ||
}, | ||
{ | ||
"displayName": "Limited Restoration Application", | ||
"name": "restoration", | ||
"type": "limitedRestoration" | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.