Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Oct 17, 2024
1 parent a50030c commit bfb638f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/ContinuationIn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ 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('Name Request APPROVED - Expires in')
expect(wrapper.find('.v-expansion-panel-content').text()).toContain('Please make the following updates to your')
expect((wrapper.find('textarea').element as any)._value).toBe('Authorization document is not legible.')

Expand Down

0 comments on commit bfb638f

Please sign in to comment.