Skip to content

Commit

Permalink
fix: Failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 2, 2023
1 parent b22149c commit 844f8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/create_wallet.pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const changeNetworkWarningStr = 'Change your wallet network'
const safeAccountSetupStr = 'Safe Account setup'
const policy1_2 = '1/1 policy'
export const walletName = 'test1-sepolia-safe'
export const defaltSepoliaPlaceholder = 'sepolia-safe'
export const defaltSepoliaPlaceholder = 'Sepolia Safe'

export function verifyPolicy1_1() {
cy.contains(policy1_2).should('exist')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ describe('SocialSignerLogin', () => {
/>,
)

expect(
result.getByText('Currently only supported on Goerli. More network support coming soon.'),
).toBeInTheDocument()
expect(result.getByText('Currently only supported on Goerli')).toBeInTheDocument()
expect(await result.findByRole('button')).toBeDisabled()
})

Expand Down

0 comments on commit 844f8ff

Please sign in to comment.