Skip to content

Commit

Permalink
fix: nft e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Jul 7, 2023
1 parent 7e3b720 commit 3446d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/smoke/nfts.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ describe('Assets > NFTs', () => {
cy.contains('Send')
cy.contains('To')
cy.wait(1000)
cy.contains('Action 1')
cy.contains('Action 2')
cy.contains('1')
cy.contains('2')
cy.get('b:contains("safeTransferFrom")').should('have.length', 2)
cy.contains('button:not([disabled])', 'Submit')
})
Expand Down

0 comments on commit 3446d1c

Please sign in to comment.