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 b68c260 commit c463c85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/auction.cy.ts
Expand Up @@ -12,7 +12,6 @@ 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('[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 c463c85

Please sign in to comment.