Remove some tests to see if it still errors

This commit is contained in:
rejas
2021-04-17 12:44:47 +02:00
parent 552e82f44d
commit 0abebc1e32
5 changed files with 0 additions and 221 deletions

View File

@@ -29,9 +29,5 @@ describe("Alert module", function () {
// Set config sample for use in test
process.env.MM_CONFIG_FILE = "tests/configs/modules/alert/default.js";
});
it("should show the welcome message", function () {
return app.client.waitUntilTextExists(".ns-box .ns-box-inner .light.bright.small", "Welcome, start was successful!", 10000);
});
});
});