-
Notifications
You must be signed in to change notification settings - Fork 979
feat: condition Audit log on licensing #3685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
aced91f
49f5652
a641881
4e79b2d
6dfe4df
17d8d1b
8fdc834
3627ef3
8b88265
4fea785
733954b
fc237a0
cb20ccd
75f7f6e
2e94269
3c54e1e
4d40c30
a26786e
a7d836b
4f975b8
9505faa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ describe("Navbar", () => { | |
await waitFor(() => { | ||
const link = screen.getByText(Language.users) // TODO change after debugging | ||
expect(link).toBeDefined() | ||
}) | ||
}, { timeout: 10000 }) | ||
}) | ||
|
||
it("does not show Audit Log link when not entitled", async () => { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reading this code, how does one know Audit Log link is not entitled? Is it due to the lack of the mocked request or something? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, the default handler in |
||
|
Uh oh!
There was an error while loading. Please reload this page.