diff --git a/cypress/integration/handlekurv/steps.js b/cypress/integration/handlekurv/steps.js index fe709476db0574cec91e7f8c54cb5d783cf383a0..a01d1cb5c48b2c7aac0021905f11712d259fe8d2 100644 --- a/cypress/integration/handlekurv/steps.js +++ b/cypress/integration/handlekurv/steps.js @@ -34,8 +34,7 @@ Then(/^skal handlekurven inneholde det jeg har lagt inn$/, () => { }); And(/^den skal ha riktig totalpris$/, () => { - // Ønsker at testen skal feile, endrer fra 33 til 105 - cy.get("#price").should("have.text", "105"); + cy.get("#price").should("have.text", "33"); }); // Given allerede definert