Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Debug test
  • Loading branch information
presleyp committed Aug 25, 2022
commit 3c54e1ee6e1f42a8c70d59997f4a25c722f741fa
2 changes: 1 addition & 1 deletion site/src/components/Navbar/Navbar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("Navbar", () => {
)
render(<App />)
await waitFor(() => {
const link = screen.getByText(Language.audit)
const link = screen.getByText(Language.users) // TODO change after debugging
expect(link).toBeDefined()
})
})
Expand Down