Skip to content

Commit 74f6e91

Browse files
authored
Merge pull request #3160 from Pulkitxm/patch-2
Missing login
2 parents 002eb7d + e74ed7f commit 74f6e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ describe('when logged in', function() {
943943
describe('and several notes exist', function () {
944944
beforeEach(function () {
945945
// highlight-start
946+
cy.login({ username: 'mluukkai', password: 'salainen' })
946947
cy.createNote({ content: 'first note', important: false })
947948
cy.createNote({ content: 'second note', important: false })
948949
cy.createNote({ content: 'third note', important: false })

0 commit comments

Comments
 (0)