mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
adjust test case
This commit is contained in:
@@ -117,7 +117,7 @@ describe("Weather module", function () {
|
||||
});
|
||||
|
||||
it("should render showWindDirectionAsArrow = true", function () {
|
||||
const elem = getElement(".weather .normal.medium sup i.fa-long-arrow-up");
|
||||
const elem = getElement(".weather .normal.medium sup i.fa-long-arrow-alt-up");
|
||||
expect(elem.outerHTML).toContain("transform:rotate(250deg);");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user