mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
adjust tests to new translations
This commit is contained in:
parent
11a59e26b2
commit
ca07355873
@ -133,7 +133,7 @@ describe("Weather module", function() {
|
|||||||
const weather = generateWeather();
|
const weather = generateWeather();
|
||||||
await setup([weather, template]);
|
await setup([weather, template]);
|
||||||
|
|
||||||
return app.client.waitUntilTextExists('.weather .normal.medium span.dimmed', 'Feels -5.6°', 10000);
|
return app.client.waitUntilTextExists('.weather .normal.medium span.dimmed', 'Feels like -5.6°', 10000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -175,7 +175,7 @@ describe("Weather module", function() {
|
|||||||
|
|
||||||
await app.client.waitUntilTextExists('.weather .large.light span.bright', '1°C', 10000);
|
await app.client.waitUntilTextExists('.weather .large.light span.bright', '1°C', 10000);
|
||||||
|
|
||||||
return app.client.waitUntilTextExists('.weather .normal.medium span.dimmed', 'Feels -6°C', 10000);
|
return app.client.waitUntilTextExists('.weather .normal.medium span.dimmed', 'Feels like -6°C', 10000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user