CEC-3360 Magna should not see archive control (#302)
* CEC-3360 Magna should not see archive control * fixes
This commit is contained in:
@@ -209,10 +209,4 @@ describe("App", () => {
|
||||
setToken(TEST_AUTH_OBJECT_FISKER);
|
||||
await check("/dashboards/0", "h6", "Datascope");
|
||||
});
|
||||
|
||||
// test bad dashboard
|
||||
it("Route /dashboards/1000 authenticated", async () => {
|
||||
setToken(TEST_AUTH_OBJECT_FISKER);
|
||||
await check("/dashboards/1000", "span.error", "Invalid Dashboard");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user