This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 36b1535199 chore(e2e): using updated repo secret, new Cypress project 
id (#29296)
36b1535199 is described below

commit 36b1535199222456d87b9317ac3654fcdad5f6f5
Author: Evan Rusackas <[email protected]>
AuthorDate: Wed Jun 19 08:40:47 2024 -0600

    chore(e2e): using updated repo secret, new Cypress project id (#29296)
---
 .github/workflows/superset-e2e.yml               | 2 +-
 superset-frontend/cypress-base/cypress.config.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/superset-e2e.yml 
b/.github/workflows/superset-e2e.yml
index 51e6548712..d8a10f949f 100644
--- a/.github/workflows/superset-e2e.yml
+++ b/.github/workflows/superset-e2e.yml
@@ -130,7 +130,7 @@ jobs:
           CYPRESS_BROWSER: ${{ matrix.browser }}
           PARALLEL_ID: ${{ matrix.parallel_id }}
           PARALLELISM: 6
-          CYPRESS_KEY: YjljODE2MzAtODcwOC00NTA3LWE4NmMtMTU3YmFmMjIzOTRhCg==
+          CYPRESS_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
         with:
           run: cypress-run-all ${{ env.USE_DASHBOARD }}
       - name: Upload Artifacts
diff --git a/superset-frontend/cypress-base/cypress.config.ts 
b/superset-frontend/cypress-base/cypress.config.ts
index d2be99af3c..4d31f4d098 100644
--- a/superset-frontend/cypress-base/cypress.config.ts
+++ b/superset-frontend/cypress-base/cypress.config.ts
@@ -31,7 +31,7 @@ export default eyesPlugin(
     videoUploadOnPasses: false,
     viewportWidth: 1280,
     viewportHeight: 1024,
-    projectId: 'ukwxzo',
+    projectId: 'ud5x2f',
     retries: {
       runMode: 2,
       openMode: 0,

Reply via email to