Skip to content

Commit

Permalink
pkp/pkp-lib#10447 Update how button is clicked in DropdownActions sto…
Browse files Browse the repository at this point in the history
…ry for ellipsis/icon only mode
  • Loading branch information
blesildaramirez committed Sep 24, 2024
1 parent 188b091 commit ed87e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DropdownActions/DropdownActions.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const EllipsisMenu = {
const canvas = within(canvasElement);
const user = userEvent.setup();

await user.click(canvas.getByText('User management options'));
await user.click(canvas.getByLabelText('User management options'));
},
};

Expand Down

0 comments on commit ed87e00

Please sign in to comment.