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

Legger inn feil i test

parent 4d5a032f
No related branches found
No related tags found
No related merge requests found
Pipeline #136022 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment