Skip to content

Commit be1f2fc

Browse files
committed
fix using double quotes instead of single quotes
1 parent 418f2cc commit be1f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/cypress/e2e/index.cy.js

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

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

8989
// Wait for the submitResponse
9090
cy.wait('@submitResponse')

0 commit comments

Comments
 (0)