From 6810da008ac3a0d80064c9e39754773369407114 Mon Sep 17 00:00:00 2001 From: Theo Salzmann Date: Wed, 22 Jan 2025 17:57:41 +0100 Subject: [PATCH] chore: Fix cypress tests --- cypress/e2e/Expeditions/creationAndRunThrough.cy.ts | 2 +- cypress/e2e/Expeditions/seeds.cy.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/Expeditions/creationAndRunThrough.cy.ts b/cypress/e2e/Expeditions/creationAndRunThrough.cy.ts index bed760c4..a5bfe1e2 100644 --- a/cypress/e2e/Expeditions/creationAndRunThrough.cy.ts +++ b/cypress/e2e/Expeditions/creationAndRunThrough.cy.ts @@ -125,7 +125,7 @@ describe('Expedition creation and run through', () => { // Supply cy.get('[data-test="supply"]').click({ force: true }) - cy.get('p').contains('Bloodstone Jewel').should('be.visible') + cy.get('p').contains('Volcanic Glass').should('be.visible') cy.get('p').contains('Scoria Slag').should('be.visible') cy.get('p').contains('Oblivium Resin').should('be.visible') cy.get('p').contains('Transmogrifier').should('be.visible') diff --git a/cypress/e2e/Expeditions/seeds.cy.ts b/cypress/e2e/Expeditions/seeds.cy.ts index 1517e158..c0df021b 100644 --- a/cypress/e2e/Expeditions/seeds.cy.ts +++ b/cypress/e2e/Expeditions/seeds.cy.ts @@ -133,7 +133,7 @@ describe('seeds', () => { cy.get('[data-test="YES"]').click() }) - it('should procude completely different results when seed is changed', () => { + it('should produce completely different results when seed is changed', () => { cy.visit('expeditions').wait(1000) cy.get('[data-test="Test: Base Expedition"]') .get('[data-test=btn-copy]') @@ -149,7 +149,7 @@ describe('seeds', () => { cy.get('[data-test="btn-start-battle"]').click() cy.get('[data-test="btn-battle-won"]').click() - cy.get('p').contains('Voidium Spike').click() + cy.get('p').contains('Muted Lacosite').click() cy.get('p').contains('Caged Fire').scrollIntoView().click() cy.get('p').contains('Jagged Lightning').click()