Skip to content
Snippets Groups Projects
Commit e58f4401 authored by Mathias Dahlstrøm's avatar Mathias Dahlstrøm
Browse files

Rettet feil i test, tester discord webhook integr

parent 5695803a
No related branches found
No related tags found
No related merge requests found
Pipeline #136024 passed
...@@ -34,8 +34,7 @@ Then(/^skal handlekurven inneholde det jeg har lagt inn$/, () => { ...@@ -34,8 +34,7 @@ Then(/^skal handlekurven inneholde det jeg har lagt inn$/, () => {
}); });
And(/^den skal ha riktig totalpris$/, () => { And(/^den skal ha riktig totalpris$/, () => {
// Ønsker at testen skal feile, endrer fra 33 til 105 cy.get("#price").should("have.text", "33");
cy.get("#price").should("have.text", "105");
}); });
// Given allerede definert // Given allerede definert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment