Skip to content

Commit

Permalink
test: fix ci image test error
Browse files Browse the repository at this point in the history
  • Loading branch information
warmthsea committed May 15, 2024
1 parent 75b935a commit 062dbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/image/__tests__/image.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('Image.vue', () => {
await doubleWait()
expect(wrapper.find('.el-image__inner').exists()).toBe(true)
expect(wrapper.find('img').exists()).toBe(true)
await nextTick()
expect(wrapper.find('.el-image__placeholder').exists()).toBe(false)
expect(wrapper.find('.el-image__error').exists()).toBe(false)
})
Expand Down

0 comments on commit 062dbe6

Please sign in to comment.