mirror of
https://github.com/apache/superset.git
synced 2026-06-03 06:39:25 +00:00
chore: Deprecate DND feature flags (#23981)
This commit is contained in:
committed by
GitHub
parent
7fb8b38cdf
commit
7757b61c22
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user