cleanup and try to stabilize weather e2e tests (#3848)

The weather e2e tests are failing sometimes, failing is not really
reproducable.

After changing `updateDom(0)` to `updateDom(300)` in `weather.js` it
seems to work (we will se if it really works in the long term).

This PR contains some other weather e2e changes/cleanups/simplifying.
This commit is contained in:
Karsten Hassel
2025-07-20 08:23:52 +02:00
committed by GitHub
parent e7b669af34
commit 3fa2b96054
8 changed files with 28 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ const EXPECTED_SUNSET_TEXT = "3:45 pm";
describe("Weather module", () => {
afterEach(async () => {
await helpers.stopApplication();
await cleanupMockData();
cleanupMockData();
});
describe("Current weather with sunrise", () => {