Skip to content

Commit

Permalink
fix early exit from heating test (evcc-io#11876)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimmiMeloni authored Jan 26, 2024
1 parent 56a2b8d commit 7c73831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/heating.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test.describe("loadpoint", async () => {
test("change limit in 1° steps", async ({ page }) => {
await page.getByTestId("limit-soc").getByRole("combobox").selectOption("69.0°C");
await expect(page.getByTestId("limit-soc")).toContainText("69.0°C");
page.reload();
await page.reload();
await expect(page.getByTestId("limit-soc")).toContainText("69.0°C");
});
});

0 comments on commit 7c73831

Please sign in to comment.