Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares authored Jun 13, 2024
1 parent e87c8a5 commit 2176daa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ test.beforeEach(async ({ page }) => {
});

test("Your Test", async ({ page }) => {
...
await page.getByRole("button", { name: "Log In" }).click();
await page.getByRole("button", { name: "Choose Wallet" }).click();
await page.getByRole("menuitem", { name: "Mock Wallet" }).click();
});
```

Expand Down

0 comments on commit 2176daa

Please sign in to comment.