You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAIL test src/pages/OrganizationSettingsPage/OrganizationRedirect.test.tsx
● OrganizationRedirect › redirects to default organization
TestingLibraryElementError: Unable to find an element with the text: Organization Settings. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
[...]
70 | );
71 | const router = await renderPage();
> 72 | const form = screen.getByText("Organization Settings");
| ^
73 | expect(form).toBeInTheDocument();
74 | expect(router.state.location.pathname).toBe(
75 | `/organizations/${MockDefaultOrganization.name}`,
`/organizations/${MockDefaultOrganization.name}`,
The text was updated successfully, but these errors were encountered:
@ethanndickson we looked into this last sprint and were unable to reproduce. The test is still intact on main. Are you still running into this or can we close for now?
https://github.com/coder/coder/actions/runs/14209936276/job/39815340226
The text was updated successfully, but these errors were encountered: