mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
add CHANGELOG and fix weather_spec
This commit is contained in:
parent
b714abd9a0
commit
82bb2544de
@ -23,6 +23,8 @@ _This release is scheduled to be released on 2022-04-01._
|
||||
|
||||
### Fixed
|
||||
|
||||
- improved and speedup e2e tests, artificial wait after mm start removed.
|
||||
|
||||
## [2.18.0] - 2022-01-01
|
||||
|
||||
Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil.
|
||||
|
@ -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);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user