Skip to content
Snippets Groups Projects
Commit acc2f651 authored by NilsTesdal's avatar NilsTesdal
Browse files

Bitteliten endring

parent 2059cd50
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,9 @@ When(/^jeg legger inn varer og kvanta$/, () => {
});
Then(/^skal handlekurven inneholde det jeg har lagt inn$/, () => {
// Sjekk innholdet i lista
// TODO: Verifiser innholdet i lista med should()
});
And(/^den skal ha riktig totalpris$/, function () {
cy.get('#price').should('have.text', '33');
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment