Skip to content

Commit

Permalink
chore(e2e): using updated repo secret, new Cypress project id (#29296)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Jun 19, 2024
1 parent 188b5f4 commit 36b1535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/cypress-base/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default eyesPlugin(
videoUploadOnPasses: false,
viewportWidth: 1280,
viewportHeight: 1024,
projectId: 'ukwxzo',
projectId: 'ud5x2f',
retries: {
runMode: 2,
openMode: 0,
Expand Down

0 comments on commit 36b1535

Please sign in to comment.