Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsupa597 committed Mar 23, 2023
1 parent 13aff7a commit e33e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/tokens/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ context('Tokens List Pages Tests', () => {
.first()
.find('td')
.first()
.should('contain.text', 'YokaiswapNFT')
.should('contain.text', '57us test Collection(57u)')
.next()
.should(field => {
expect(field.text()).to.match(FULL_ADDRESS_REGEX)
Expand Down

0 comments on commit e33e1bb

Please sign in to comment.