Skip to content

Commit 5c8580a

Browse files
committed
test(app): fix outdated e2e test
1 parent 13b2587 commit 5c8580a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/e2e/titlebar-history.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ test("titlebar back/forward navigates between sessions", async ({ page, slug, sd
2929
await expect(page).toHaveURL(new RegExp(`/${slug}/session/${two.id}(?:\\?|#|$)`))
3030
await expect(page.locator(promptSelector)).toBeVisible()
3131

32-
const back = page.getByRole("button", { name: "Go back" })
33-
const forward = page.getByRole("button", { name: "Go forward" })
32+
const back = page.getByRole("button", { name: "Back" })
33+
const forward = page.getByRole("button", { name: "Forward" })
3434

3535
await expect(back).toBeVisible()
3636
await expect(back).toBeEnabled()

0 commit comments

Comments
 (0)