From d5d54489266a0f4c0e8103f1a1cc4290ee170abd Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Sun, 24 Nov 2024 13:53:59 -0800 Subject: [PATCH] Setting testing-library/cypress to version 9.0.0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9eebe66..baec8c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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