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 f071445 commit e74ed7fCopy full SHA for e74ed7f
src/content/5/en/part5d.md
@@ -943,6 +943,7 @@ describe('when logged in', function() {
943
describe('and several notes exist', function () {
944
beforeEach(function () {
945
// highlight-start
946
+ cy.login({ username: 'mluukkai', password: 'salainen' })
947
cy.createNote({ content: 'first note', important: false })
948
cy.createNote({ content: 'second note', important: false })
949
cy.createNote({ content: 'third note', important: false })
0 commit comments