Skip to content

Commit

Permalink
chore: Additional test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
georgylobko committed Oct 16, 2024
1 parent 4adc9df commit db9fb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app-layout/__tests__/runtime-drawers.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ describe('toolbar mode only features', () => {
expect(wrapper.findActiveDrawer()!.getElement()).toHaveTextContent('Security');
expect(globalDrawersWrapper.findDrawerById('global1')!.isActive()).toBe(true);
expect(globalDrawersWrapper.findDrawerById('global2')!.isActive()).toBe(true);
expect(globalDrawersWrapper.findDrawerById('global3')).toBeFalsy();
});
});
});
Expand Down

0 comments on commit db9fb31

Please sign in to comment.