Skip to content

Commit

Permalink
Update src/plugins/management_overview/public/application.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Romero <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am and joshuarrrr authored Aug 30, 2023
1 parent c506258 commit 59c519f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Overview page rendering', () => {
expect(queryByText('Dev Tools')).toBeNull();
});

it('should overview app not display when nav link status is hidden', () => {
it('should not display overview app when nav link status is hidden', () => {
const overviewApps: OverviewApp[] = [
{
id: 'dev_tools',
Expand Down

0 comments on commit 59c519f

Please sign in to comment.