Skip to content

Commit 418f2cc

Browse files
committed
fix cypress-test after changing receipt config
1 parent d2ccda0 commit 418f2cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/cypress/e2e/index.cy.js

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ describe('Submit', () => {
8484

8585
// Submit
8686
cy.get('button').contains('Generer og send kvittering').click();
87+
cy.get('button').contains("Godkjenn").click();
8788

8889
// Wait for the submitResponse
8990
cy.wait('@submitResponse')

0 commit comments

Comments
 (0)