Skip to content

Commit

Permalink
Fix overflow menu locator
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 committed Oct 16, 2023
1 parent 56cc183 commit 96d74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/conditions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test('Should add, delete and edit a condition', async ({ page, api }) => {
});

await test.step('And I click on the edit condition button', async () => {
await page.getByRole('button', { name: 'Edit or delete condition' }).click();
await page.getByRole('button', { name: 'Options' }).click();
await page.getByRole('menuitem', { name: 'Edit' }).click();
});

Expand Down

0 comments on commit 96d74dc

Please sign in to comment.