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