Fix calendar test

This commit is contained in:
rejas
2021-05-02 14:43:12 +02:00
committed by veeck
parent 4c8508b0a9
commit bdfd6e5e9f
5 changed files with 7 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ describe("Calendar module", function () {
});
it("should show Unauthorized error", function () {
return app.client.waitUntilTextExists(".calendar", "Error in the calendar module. Unauthorized", 10000);
return app.client.waitUntilTextExists(".calendar", "Error in the calendar module. Authorization failed", 10000);
});
});
});