Skip to content

Commit

Permalink
update awaiting review wording
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
  • Loading branch information
ArwenQin committed Oct 10, 2024
1 parent 8f2ba66 commit fc228b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Dashboard/PendingList/PendingTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="item-header-subtitle">
<span>PENDING STAFF REVIEW</span>
<span class="vert-pipe" />
<span>PAID (filed by {{ submitter }} on <DateTooltip :date="submittedDate" />)</span>
<span>Submitted on <DateTooltip :date="submittedDate" />)</span>
</div>
</slot>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class="mb-0"
:class="{ 'mt-4': isFutureEffectivePast || isFutureEffective }"
>
This {{ entityType }} Continuation Application is paid. BC Registries will review your
BC Registries will review your
Continuation Authorization documents and contact you with the results within 2 business days.
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
>
<header>
<h2 class="mb-3">
<span>Pending Staff Review</span>&nbsp;<span class="section-count">({{ pendingCount }})</span>
<span>Pending</span>&nbsp;<span class="section-count">({{ pendingCount }})</span>
</h2>
</header>
<PendingList :highlightId="filingId" />
Expand Down
1 change: 0 additions & 1 deletion tests/unit/ContinuationIn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ describe('Continuation In - in Pending list', () => {
expect(wrapper.find('.item-header-subtitle').text()).toContain('Jul 23, 2024')

// verify expansion panel content
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('This BC Limited Company Continuation Application is paid.')
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('BC Registries will review your Continuation Authorization documents')
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('and contact you with the results within 2 business days.')

Expand Down

0 comments on commit fc228b4

Please sign in to comment.