Skip to content

Commit

Permalink
update unit tests
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 e2abe8c commit 9c59f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/ContinuationIn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ describe('Continuation In - in To Do list', () => {
expect(wrapper.find('.list-item__actions .btn-draft-resume').text()).toBe('Make Changes')

// verify expansion panel content
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('This BC Limited Company Continuation Application is')
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('paid but requires you to make the following changes:')
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('NR APPROVED - Expires in')
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('BC Registries staff require the following changes to your')
expect((wrapper.find('textarea').element as any)._value).toBe('Authorization document is not legible.')

// cleanup
Expand Down

0 comments on commit 9c59f7e

Please sign in to comment.