diff --git a/superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.test.tsx b/superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.test.tsx index 7b4dc2fa81016..42f996ae0a0ba 100644 --- a/superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.test.tsx +++ b/superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.test.tsx @@ -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' }));