Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 30, 2024
1 parent 032af87 commit 49baea2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ describe('Application', () => {
applicationLauncher.toggleAppLauncherButton();

// Have a static item
const applicationLauncherMenuGroupStatic = applicationLauncher.getApplicationLauncherMenuGroup(
'Red Hat Applications',
);
const applicationLauncherMenuGroupStatic =
applicationLauncher.getApplicationLauncherMenuGroup('Red Hat Applications');
applicationLauncherMenuGroupStatic.shouldHaveApplicationLauncherItem(
'OpenShift Cluster Manager',
);
Expand Down

0 comments on commit 49baea2

Please sign in to comment.