fix(login): persona click signs in directly + friendly error copy (#3)
This commit was merged in pull request #3.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ describe("api client", () => {
|
||||
]);
|
||||
const r = await api.ping();
|
||||
expect(r.ok).toBe(false);
|
||||
expect(r.reason).toMatch(/401/);
|
||||
expect(r.reason).toMatch(/rejected|401|sign-in/i);
|
||||
});
|
||||
|
||||
it("workItems() returns the items array", async () => {
|
||||
|
||||
Reference in New Issue
Block a user