Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Oct 21, 2021
1 parent b19edd9 commit 815b3fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ test('Should copy data table content correctly', async () => {
},
);
userEvent.click(await screen.findByText('Data'));
userEvent.click(await screen.findByText('View samples'));
expect(await screen.findByText('1 rows retrieved')).toBeVisible();

userEvent.click(screen.getByRole('button', { name: 'Copy' }));
Expand Down

0 comments on commit 815b3fb

Please sign in to comment.