Skip to content

Commit

Permalink
Tests: Update tests (safe-global#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca authored Oct 28, 2024
1 parent 29b9164 commit d744ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ NEXT_PUBLIC_SOCIAL_WALLET_OPTIONS_PRODUCTION=
# Cypress wallet private keys
CYPRESS_WALLET_CREDENTIALS=

# Beamer keys for e2e tests
# [optional] Beamer keys for e2e tests
BEAMER_DATA_E2E=
2 changes: 1 addition & 1 deletion cypress/e2e/regression/bulk_execution.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Bulk execution', () => {

cy.visit(constants.transactionsHistoryUrl + staticSafes.SEP_STATIC_SAFE_1)
main.acceptCookies()

create_tx.toggleUntrustedTxs()
create_tx.verifyBulkTxHistoryBlock(tx, data)
},
)
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import * as ls from './localstorage_data'
const { addCompareSnapshotCommand } = require('cypress-visual-regression/dist/command')
addCompareSnapshotCommand()

const beamer = JSON.parse(Cypress.env('BEAMER_DATA_E2E'))
const beamer = JSON.parse(Cypress.env('BEAMER_DATA_E2E') || '{}')
const productID = beamer.PRODUCT_ID

before(() => {
Expand Down

0 comments on commit d744ac9

Please sign in to comment.