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 c463c85 commit 36e2e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/auction.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Auction page', () => {
cy.contains('span', 'Captured Player:').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')
cy.contains('Whitelisted').should('be.visible')
cy.contains('h6', 'Starting bid: 10 Coins').should('be.visible')
cy.get('.list-group>a').first().click()
cy.location('pathname').should('eq', '/player/0ae0f0282ee846fea7b1606a9fdf5128')
Expand Down

0 comments on commit 36e2e93

Please sign in to comment.