Skip to content

Commit

Permalink
Setting testing-library/cypress to version 9.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Nov 24, 2024
1 parent f4b0be1 commit d5d5448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY smoketest.cy.js /src/cypress/e2e/

# Install Cypress plugins
RUN yarn add --cwd ../ axe-core cypress-axe
RUN yarn add --cwd ../ @testing-library/cypress
RUN yarn add --cwd ../ @testing-library/cypress@9.0.0
RUN yarn add --cwd ../ cypress-real-events
RUN yarn add --cwd ../ cypress-file-upload
RUN yarn add --cwd ../ cypress-downloadfile
Expand Down

0 comments on commit d5d5448

Please sign in to comment.