Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Jan 13, 2024
1 parent b73f0b8 commit 26dad36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/setup.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ test("logout", async ({ page }, testInfo) => {
await page.goto("./dashboard");
await login(page);
await page.getByText("A", { exact: true }).click();
await page.getByRole("button", { name: "Logout" }).click();
await page.getByRole("button", { name: "Log out" }).click();
await screenshot(testInfo, page);
});

0 comments on commit 26dad36

Please sign in to comment.