chore: Deprecate DND feature flags (#23981)

This commit is contained in:
Kamil Gabryjelski
2023-05-10 17:13:03 +02:00
committed by GitHub
parent 7fb8b38cdf
commit 7757b61c22
13 changed files with 55 additions and 95 deletions

View File

@@ -45,7 +45,9 @@ test('renders with default props', async () => {
useDnd: true,
useRedux: true,
});
expect(await screen.findByText('Drop columns here')).toBeInTheDocument();
expect(
await screen.findByText('Drop columns here or click'),
).toBeInTheDocument();
});
test('renders with value', async () => {