Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Jul 7, 2024
1 parent e301a40 commit 14405e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Payment/no-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Payment Widget: no wallet', () => {
cy.visit('cypress/test.html').then((contentWindow) => {
cy.document().then((document)=>{
DePayWidgets.Payment({ ...defaultArguments, document })
cy.get('.ReactShadowDOMOutsideContainer').shadow().contains('.DialogHeader h1', 'Connect a wallet')
cy.get('.ReactShadowDOMOutsideContainer').shadow().contains('.DialogHeader h1', 'Select a wallet')
cy.get('.ReactShadowDOMOutsideContainer').shadow().contains('.CardText', 'Coinbase')
})
})
Expand Down

0 comments on commit 14405e0

Please sign in to comment.