adjust test case

This commit is contained in:
CFenner 2022-01-06 21:49:09 +01:00
parent e78fa11fd4
commit c56b601ab8
No known key found for this signature in database
GPG Key ID: 1D72FE34B3FECE9C

View File

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