Skip to content

Commit

Permalink
fix: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuhen committed Mar 6, 2019
1 parent e8c0192 commit 9fd98ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/expect-puppeteer/src/matchers/toMatchElement.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ describe('toMatchElement', () => {
})

it('should match using visible options', async () => {
expect.assertions(10)

const normalElement = await expect(page).toMatchElement('.normal', {
visible: true,
})
Expand Down

0 comments on commit 9fd98ac

Please sign in to comment.