Skip to content

Commit

Permalink
add missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
oddnavy committed Jul 5, 2024
1 parent 330b963 commit b5d0d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spa/src/pages/DeferredInstallation/ForbiddenState/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test("Forbidden State screen", async () => {
</BrowserRouter>
);

expect(screen.getByText("Connect Github to Jira")).toBeTruthy();
expect(screen.getByText("Connect GitHub to Jira")).toBeTruthy();
expect(screen.getByText("Can’t connect this organization because you don’t have owner permissions")).toBeTruthy();
expect(screen.getByText("The GitHub account you’ve used doesn’t have owner permissions to connect to the GitHub organization.")).toBeTruthy();
expect(screen.getByText("Let the person who sent you the request know to find an owner for that organization.")).toBeTruthy();
Expand Down

0 comments on commit b5d0d5e

Please sign in to comment.