Skip to content

Commit

Permalink
(typo user
Browse files Browse the repository at this point in the history
  • Loading branch information
marksvc committed Jun 26, 2024
1 parent d4ae187 commit 6d1ed1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('AppComponent', () => {
expect(env.menuDrawer).not.toBeNull();
expect(env.component.isExpanded).toBe(false);

// The opens the drawer.
// The user opens the drawer.
env.click(env.hamburgerMenuButton);
expect(env.isDrawerVisible).toBe(true);
expect(env.component.isExpanded).toBe(true);
Expand Down

0 comments on commit 6d1ed1b

Please sign in to comment.