Skip to content

Commit

Permalink
Wait fr 2 tooltips to close
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 1, 2023
1 parent eec3525 commit 665b107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/smoke/nfts.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('NFTs tests', () => {
beforeEach(() => {
cy.clearLocalStorage()
cy.visit(constants.BALANCE_URL + constants.SEPOLIA_TEST_SAFE_5)
main.acceptCookies()
main.acceptCookies(2)
nfts.clickOnNftsTab()
})

Expand Down

0 comments on commit 665b107

Please sign in to comment.