diff --git a/playwright/tests/note.spec.ts b/playwright/tests/note.spec.ts index 63d15e45..fe97e8d4 100644 --- a/playwright/tests/note.spec.ts +++ b/playwright/tests/note.spec.ts @@ -46,8 +46,6 @@ test('Notes App e2e flow', { tag: ['@PRODUCTION'] }, async () => { }); await test.step('Should be able to Edit a Note', async () => { - await notesPage.note().first().click(); - await expect(notesPage.saveNoteButton()).toBeVisible(); await notesPage.editNote({ title: EDITED_NOTE_TITLE, content: EDITED_NOTE_CONTENT,