CEC-1965 Supplier update and approval (#162)
* CEC-1965 Supplier update and approval Fix calling connectedcars for no VINs Search sets table page to 0 * PR comments
This commit is contained in:
@@ -120,6 +120,14 @@ describe("App", () => {
|
||||
);
|
||||
});
|
||||
|
||||
it("Route /supplier/{email} unauthenticated", async () => {
|
||||
await check(
|
||||
"/supplier/test@supplier.com",
|
||||
"span.MuiButton-label",
|
||||
"Sign In"
|
||||
);
|
||||
});
|
||||
|
||||
it("Route /tools/certificates/add unauthenticated", async () => {
|
||||
await check("/tools/certificates/add", "span.MuiButton-label", "Sign In");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user