From 6af5106b353c19528549433a2d8a6573d812c8e2 Mon Sep 17 00:00:00 2001 From: Kial Jinnah Date: Fri, 18 Sep 2026 13:07:13 -0400 Subject: [PATCH] 34969 - help me choose modal tweak Signed-off-by: Kial Jinnah --- app/package.json | 2 +- app/src/components/dialogs/numbered-company-help.vue | 2 +- app/tests/unit/dialogs/numbered-company-help.spec.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@

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()