Skip to content

Commit

Permalink
21948 - Change Continuation Application (#721)
Browse files Browse the repository at this point in the history
* Updated Continuation Application

Signed-off-by: Qin <[email protected]>

* Delete node_modules/@bcrs-shared-components/enums/filing-names.ts

* updated package for enum

Signed-off-by: Qin <[email protected]>

* changed name request back

Signed-off-by: Qin <[email protected]>

---------

Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin authored Jul 11, 2024
1 parent 4de77fc commit 4163c81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.11.7",
"version": "5.11.8",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@bcrs-shared-components/date-picker": "1.3.1",
"@bcrs-shared-components/document-delivery": "1.2.0",
"@bcrs-shared-components/effective-date-time": "1.1.15",
"@bcrs-shared-components/enums": "1.1.10",
"@bcrs-shared-components/enums": "1.1.11",
"@bcrs-shared-components/expandable-help": "1.0.1",
"@bcrs-shared-components/genesys-web-message": "1.0.0",
"@bcrs-shared-components/help-business-number": "1.1.4",
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/EntityInfo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ for (const mock of mockEntityInfo) {
}
if (mock.tombstone.filingType === FilingTypes.CONTINUATION_IN) {
expect(wrapper.vm.$el.querySelector('#entity-description').textContent)
.toContain(`${mock.description} Continuation In Application`)
.toContain(`${mock.description} Continuation Application`)
}

expect(wrapper.vm.$el.querySelector('#entity-nr-number').textContent)
Expand Down Expand Up @@ -255,7 +255,7 @@ for (const mock of mockEntityInfo) {
}
if (mock.tombstone.filingType === FilingTypes.CONTINUATION_IN) {
expect(wrapper.vm.$el.querySelector('#entity-description').textContent)
.toContain(`${mock.description} Continuation In Application`)
.toContain(`${mock.description} Continuation Application`)
}
})
})
Expand Down

0 comments on commit 4163c81

Please sign in to comment.