mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Update error to use translatable text
This commit is contained in:
@@ -30,7 +30,7 @@ describe("Newsfeed module", function () {
|
||||
});
|
||||
|
||||
it("should show the newsfeed title", function () {
|
||||
return app.client.waitUntilTextExists(".newsfeed .small", "Rodrigo Ramirez Blog", 10000).should.be.fulfilled;
|
||||
return app.client.waitUntilTextExists(".newsfeed .small", "Rodrigo Ramirez Blog", 10000);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -40,7 +40,7 @@ describe("Newsfeed module", function () {
|
||||
});
|
||||
|
||||
it("should show invalid url warning", function () {
|
||||
return app.client.waitUntilTextExists(".newsfeed .small", "Newsfeed Error. Incorrect url:", 10000).should.be.fulfilled;
|
||||
return app.client.waitUntilTextExists(".newsfeed .small", "Error in the Newsfeed module. Incorrect url:", 10000);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user