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