diff --git a/cypress/integration/examples/images.ts b/cypress/integration/examples/images.ts index ee5b26c4ee..57f5256a3f 100644 --- a/cypress/integration/examples/images.ts +++ b/cypress/integration/examples/images.ts @@ -7,6 +7,6 @@ describe('images example', () => { cy.findByRole('textbox') .find('img') .should('exist') - .should('have.length', 1) + .should('have.length', 2) }) })