Fix tests

This commit is contained in:
rejas 2021-03-27 17:59:11 +01:00 committed by veeck
parent 37fab7ac63
commit a6879e853b

View File

@ -149,8 +149,8 @@ describe("Calendar module", function () {
serverBasicAuth.close(done());
});
it("should return No upcoming events", function () {
return app.client.waitUntilTextExists(".calendar", "No upcoming events.", 10000);
it("should show Unauthorized error", function () {
return app.client.waitUntilTextExists(".calendar", "Error in the calendar module. Unauthorized", 10000);
});
});
});