We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ccda0 commit 418f2ccCopy full SHA for 418f2cc
webapp/cypress/e2e/index.cy.js
@@ -84,6 +84,7 @@ describe('Submit', () => {
84
85
// Submit
86
cy.get('button').contains('Generer og send kvittering').click();
87
+ cy.get('button').contains("Godkjenn").click();
88
89
// Wait for the submitResponse
90
cy.wait('@submitResponse')
0 commit comments