Skip to content

Commit 5f732cc

Browse files
warwickschroederWilliamBZA
authored andcommitted
Fix typo in AuthErrorScreen test for offline_access scope message
1 parent a72b803 commit 5f732cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Frontend/src/components/AuthErrorScreen.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("AuthErrorScreen", () => {
1111
});
1212

1313
expect(await screen.findByText("Unable to sign in")).toBeVisible();
14-
expect(screen.getByText(/offline_access scope may be disabled/)).toBeVisible();
14+
expect(screen.getByText(/'offline_access' scope may be disabled/)).toBeVisible();
1515
expect(screen.getByText(/Invalid scopes: Pulse openid profile email offline_access/)).toBeVisible();
1616
});
1717

0 commit comments

Comments
 (0)