diff --git a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml index 5ccd3937f..9c9af0886 100644 --- a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml +++ b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml @@ -211,7 +211,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.11.0 + image: cypress/browsers:24.13.0 script: | echo "---------------------------------------------" echo "${CYPRESS_BASE_URL}" diff --git a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml index 3fe4dfeb4..286e19126 100644 --- a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml +++ b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml @@ -211,7 +211,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.11.0 + image: cypress/browsers:24.13.0 script: | echo "---------------------------------------------" echo "${CYPRESS_BASE_URL}"