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 19c7fbe50..5a4110ebf 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 @@ -185,7 +185,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.13.0 + image: cypress/browsers:24.14.0 script: | apt update && apt install -y jq echo "COMMIT_SHA: ${COMMIT_SHA}" 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 9c2be5a91..04008832d 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 @@ -185,7 +185,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.13.0 + image: cypress/browsers:24.14.0 script: | apt update && apt install -y jq echo "COMMIT_SHA: ${COMMIT_SHA}"