Skip to content

Commit

Permalink
tests: update test chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Jan 30, 2024
1 parent 7d8574d commit 6015980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/regression/create_safe_google.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as navigation from '../pages/navigation.page'

describe('Safe creation Google tests', () => {
beforeEach(() => {
cy.visit(constants.welcomeUrl + '?chain=gor')
cy.visit(constants.welcomeUrl + '?chain=sep')
cy.clearLocalStorage()
main.acceptCookies()
// TODO: Need credentials to finish API Google login
Expand Down

0 comments on commit 6015980

Please sign in to comment.