Commit 3bde2165 authored by aballerr's avatar aballerr Committed by GitHub

fix: modal was removed, updating test to accommodate (#5749)

nft modal was removed, updating cypress to accommodate 
parent 78c8fd23
...@@ -59,6 +59,5 @@ describe('Testing nfts', () => { ...@@ -59,6 +59,5 @@ describe('Testing nfts', () => {
cy.get(getTestSelector('nft-no-nfts-selected')).should('exist') cy.get(getTestSelector('nft-no-nfts-selected')).should('exist')
cy.get(getTestSelector('nft-bag-close-icon')).click() cy.get(getTestSelector('nft-bag-close-icon')).click()
cy.get(getTestSelector('nft-explore-nfts-button')).click() cy.get(getTestSelector('nft-explore-nfts-button')).click()
cy.get(getTestSelector('nft-welcome-modal')).should('exist')
}) })
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment