Skip to content

Commit

Permalink
fix auction test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Apr 25, 2024
1 parent 2d65336 commit b68c260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/auction.cy.ts
Expand Up @@ -12,7 +12,7 @@ describe('Auction page', () => {
cy.contains('Item Created:').should('be.visible')
cy.contains('Enchantments:None').should('be.visible')
cy.contains('span', 'Captured Player:').should('be.visible')
cy.contains('§d[MAYOR] Technoblade§f').should('be.visible')
cy.contains('[MAYOR] Technoblade').should('be.visible')
cy.contains('4819c569b116').should('be.visible')
cy.contains('p', 'Soul Durability:11').parent('div').should('be.visible')
cy.contains('§7Whitelisted§7').should('be.visible')
Expand Down

0 comments on commit b68c260

Please sign in to comment.