Skip to content

Commit

Permalink
[playwright] feat: Page object examples
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed May 11, 2024
1 parent 86aef95 commit 5572ae8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playwright/tests/note.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5572ae8

Please sign in to comment.