Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Jan 30, 2024
1 parent bd171de commit 9ca6425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/spending_limits.pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const timePeriodOptions = {
const getBeneficiaryInput = () => cy.get(beneficiarySection).find('input').should('be.enabled')
const automationOwner = ls.addressBookData.sepoliaAddress2[11155111]['0xC16Db0251654C0a72E91B190d81eAD367d2C6fED']

const expectedSpendOptions = ['0 of 0.17 ETH', '0 of 0.05 ETH', '0 of 0.01 ETH']
const expectedSpendOptions = ['0 of 0.17 ETH', '0.00001 of 0.05 ETH', '0 of 0.01 ETH']
const expectedResetOptions = new Array(3).fill('One-time')

const newTransactionStr = 'New transaction'
Expand Down
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
2 changes: 1 addition & 1 deletion cypress/e2e/smoke/create_tx.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as main from '../../e2e/pages/main.page'
import * as createtx from '../../e2e/pages/create_tx.pages'

const sendValue = 0.00002
const currentNonce = 0
const currentNonce = 1

function happyPathToStepTwo() {
createtx.typeRecipientAddress(constants.EOA)
Expand Down

0 comments on commit 9ca6425

Please sign in to comment.