Skip to content

Commit

Permalink
Fix examples/images integration test (#4628)
Browse files Browse the repository at this point in the history
Sorry, I broke this test in #4616
by adding a second image to the example!
  • Loading branch information
jameshfisher committed Oct 25, 2021
1 parent ec01e75 commit d94b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/examples/images.ts
Expand Up @@ -7,6 +7,6 @@ describe('images example', () => {
cy.findByRole('textbox')
.find('img')
.should('exist')
.should('have.length', 1)
.should('have.length', 2)
})
})

0 comments on commit d94b229

Please sign in to comment.