adjust test case

This commit is contained in:
CFenner
2022-01-06 21:49:09 +01:00
parent e78fa11fd4
commit c56b601ab8

View File

@@ -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);");
}); });