We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d95e8c commit 9647e99Copy full SHA for 9647e99
src/content/5/en/part5d.md
@@ -309,7 +309,7 @@ describe('Note app', function() {
309
cy.get('#password').type('salainen') // highlight-line
310
cy.get('#login-button').click() // highlight-line
311
312
- cy.contains(M'atti Luukkainen logged in') // highlight-line
+ cy.contains('Matti Luukkainen logged in') // highlight-line
313
})
314
315
```
0 commit comments