Skip to content

Commit

Permalink
fix data-test-subj in jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 20, 2023
1 parent c916436 commit f4de6a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('useCopyToClipboardAction', () => {
(result.current as Action).render(significantTerms[0])
);

const button = getByTestId('aiopsTableActionButtonEnabled');
const button = getByTestId('aiopsTableActionButtonCopyToClipboard enabled');

userEvent.hover(button);

Expand Down

0 comments on commit f4de6a8

Please sign in to comment.