Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 2, 2023
1 parent ae195ab commit f396048
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/pages/create_wallet.pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export function clickOnConnectWalletBtn() {
cy.get(welcomeLoginScreen).within(() => {
cy.get('button').contains(connectWalletBtn).should('be.visible').should('be.enabled').click().wait(1000)
})

// cy.contains(welcomeLoginScreen, connectWalletBtn).should('be.visible').should('be.enabled').click().wait(1000)
}

export function typeWalletName(name) {
Expand Down

0 comments on commit f396048

Please sign in to comment.