Skip to content

Commit

Permalink
test: addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaraju committed Dec 4, 2024
1 parent 0d023b3 commit 8c82723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('<OverflowMenuV2 />', () => {
expect(await findByText('Delete app')).toBeInTheDocument();
});

it('passes new props to OverflowMenu and applies autoAlign', () => {
it('should respect align prop', () => {
const { container } = render(
<OverflowMenuV2 autoAlign>
<MenuItem label="Stop app" />
Expand Down

0 comments on commit 8c82723

Please sign in to comment.