From e58f4401858998302c47943663928605f4d56bfe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mathias=20Dahlstr=C3=B8m?= <mathias.dahlstroem@gmail.com>
Date: Wed, 5 May 2021 22:06:03 +0200
Subject: [PATCH] Rettet feil i test, tester discord webhook integr

---
 cypress/integration/handlekurv/steps.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cypress/integration/handlekurv/steps.js b/cypress/integration/handlekurv/steps.js
index fe70947..a01d1cb 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
-- 
GitLab