Skip to content

Commit

Permalink
test(Radio): try fix tests, update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Aug 27, 2024
1 parent 81c7ad1 commit 02abc77
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Radio/__tests__/Radio.visual.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test.describe('Radio', {tag: '@Radio'}, () => {

await expectScreenshot({nameSuffix: 'after focus'});

root.getByTestId(qa).click();
await root.getByTestId(qa).click();

await expectScreenshot({nameSuffix: 'after click'});
});
Expand Down

0 comments on commit 02abc77

Please sign in to comment.