Skip to content

Commit

Permalink
update test case to follow the updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhoodie0823 committed Jun 14, 2024
1 parent 9ef41c7 commit 0fd2ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('ConfirmDialog', () => {
);

await act(async () => {
const trigger = await result.getByTestId('add-storage-item-dropdown');
const trigger = await result.getByTestId('add-storage-item-button');
trigger?.focus();
await userEvent.keyboard('[Enter]');
});
Expand Down

0 comments on commit 0fd2ce9

Please sign in to comment.