mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 21:11:17 +00:00
add CHANGELOG and fix weather_spec
This commit is contained in:
@@ -233,8 +233,8 @@ describe("Weather module", function () {
|
||||
});
|
||||
|
||||
it("should render colored rows", function () {
|
||||
helpers.waitForElement(".weather table.myTableClass").then((elem) => {
|
||||
expect(elem).not.toBe(null);
|
||||
helpers.waitForElement(".weather table.myTableClass").then((table) => {
|
||||
expect(table).not.toBe(null);
|
||||
expect(table.rows).not.toBe(null);
|
||||
expect(table.rows.length).toBe(5);
|
||||
});
|
||||
|
Reference in New Issue
Block a user