mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
adjust test case
This commit is contained in:
parent
e78fa11fd4
commit
c56b601ab8
@ -117,7 +117,7 @@ describe("Weather module", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("should render showWindDirectionAsArrow = true", 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);");
|
expect(elem.outerHTML).toContain("transform:rotate(250deg);");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user