Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi authored Nov 14, 2024
1 parent 34028e0 commit 1a5d5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe('<Datagrid />', () => {
0
);
});
it('should show row selection when user has delete permissions', async () => {
it('should show row selection when user has delete permissions', async () => {
render(<AccessControl allowedAction="delete" />);
await screen.findByText('War and Peace');
await waitFor(() =>
Expand Down

0 comments on commit 1a5d5a0

Please sign in to comment.