Commit 5f280ffd authored by Jack Short's avatar Jack Short Committed by GitHub

fix: nft add to bag test (#5824)

fix: nft add to bag teest
parent 97075acb
...@@ -41,7 +41,7 @@ describe('Testing nfts', () => { ...@@ -41,7 +41,7 @@ describe('Testing nfts', () => {
}) })
it('should toggle buy now on details page', () => { it('should toggle buy now on details page', () => {
cy.visit(`#/nfts/asset/${COLLECTION_ADDRESS}/8565`) cy.visit(`#/nfts/asset/${COLLECTION_ADDRESS}/2043`)
cy.get(getTestSelector('nft-details-description-text')).should('exist') cy.get(getTestSelector('nft-details-description-text')).should('exist')
cy.get(getTestSelector('nft-details-description')).click() cy.get(getTestSelector('nft-details-description')).click()
cy.get(getTestSelector('nft-details-description-text')).should('not.exist') cy.get(getTestSelector('nft-details-description-text')).should('not.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