Skip to content

Commit

Permalink
Rename test for better accuracy.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Feb 1, 2021
1 parent ad1ebbd commit 0dfd62d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('StepImagePopover', () => {
};
});

it('opens popover when click on img caption, and hides when popover is closed', async () => {
it('opens displays full-size image on click, hides after close is closed', async () => {
const { getByAltText, getByLabelText, queryByLabelText } = render(
<StepImagePopover {...defaultProps} />
);
Expand Down

0 comments on commit 0dfd62d

Please sign in to comment.