diff --git a/app/package.json b/app/package.json
index 5e4f504d3..11eb24f49 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "name-request",
- "version": "5.10.1",
+ "version": "5.10.2",
"private": true,
"engines": {
"node": ">=24"
diff --git a/app/src/components/dialogs/numbered-company-help.vue b/app/src/components/dialogs/numbered-company-help.vue
index 352cac8c8..bfd46601c 100644
--- a/app/src/components/dialogs/numbered-company-help.vue
+++ b/app/src/components/dialogs/numbered-company-help.vue
@@ -48,7 +48,6 @@
- combine or merge your business with another business (Amalgamation)
- reactivate a business (Restoration)
- - move your business out of B.C. (Continuation-out)
Note: all businesses in Corporate Online will be moved to the new BC Business Registry soon
@@ -108,6 +107,7 @@
change your business address when you move
change directors names or addresses
change basic business information (Alteration)
+ move your business out of B.C. (Continuation-out)
{
expect(coCard.text()).toContain('For complex filings.')
expect(coCard.text()).toContain('combine or merge your business with another business (Amalgamation)')
expect(coCard.text()).toContain('reactivate a business (Restoration)')
- expect(coCard.text()).toContain('move your business out of B.C. (Continuation-out)')
expect(coCard.text()).toContain('Note: all businesses in Corporate Online will be moved')
const coBtn = coCard.find('#help-corporate-online-btn')
expect(coBtn.text()).toContain('Continue to Corporate Online')
@@ -83,6 +82,7 @@ describe('NumberedCompanyHelpDialog', () => {
expect(brCard.text()).toContain('change your business address when you move')
expect(brCard.text()).toContain('change directors names or addresses')
expect(brCard.text()).toContain('change basic business information (Alteration)')
+ expect(brCard.text()).toContain('move your business out of B.C. (Continuation-out)')
const brBtn = brCard.find('#help-business-registry-btn')
expect(brBtn.text()).toContain('Use the New BC Business Registry')
expect(brBtn.attributes('disabled')).toBeUndefined()