CEC-3360 Magna should not see archive control (#302)

* CEC-3360 Magna should  not see archive control

* fixes
This commit is contained in:
John Wu
2023-03-24 16:00:05 -07:00
committed by GitHub
parent 897d1e9869
commit 234252a100
3 changed files with 16 additions and 517 deletions

View File

@@ -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");
});
});