diff --git a/e2e/settingsHappyPath.test.ts b/e2e/settingsHappyPath.test.ts index 40a0bf5..f495ef9 100644 --- a/e2e/settingsHappyPath.test.ts +++ b/e2e/settingsHappyPath.test.ts @@ -92,7 +92,7 @@ test("should complete the settings happy path", async ({ page, isMobile }) => { page.getByRole("combobox", { name: "search in budgets" }), ).toBeVisible(); - await expect(page.getByLabel("budget name")).toHaveValue("2023-07"); + await expect(page.getByLabel("budget name")).toHaveValue("2023-06"); await page.close(); });