Skip to content

Commit 220b65a

Browse files
Unit test update
1 parent ed6f4ab commit 220b65a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auth-web/tests/unit/views/AccountFreezeUnlockView.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ describe('AccountFreezeUnlockView', () => {
6969
await wrapper.vm.$nextTick()
7070
expect(wrapper.find('h1').text()).toBe('Your Account is Suspended')
7171
expect(wrapper.find('p').text()).toBe('Important: Please complete the following steps to complete your payment.')
72-
expect(wrapper.find('.view-header__icon .v-icon').exists()).toBe(true)
7372
})
7473

7574
it('Should render <Stepper>', () => {

0 commit comments

Comments
 (0)