Skip to content

Commit

Permalink
test: fix assertion
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 28, 2024
1 parent c413690 commit 54e1670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/settingsHappyPath.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

0 comments on commit 54e1670

Please sign in to comment.