mirror of
https://github.com/apache/superset.git
synced 2026-07-17 12:15:40 +00:00
chore(explore): change dnd placeholders (#16116)
* chore(explore): change dnd placeholders
* Fix tests and lint
(cherry picked from commit 6ac4f4ef2f)
This commit is contained in:
committed by
Steven Uray
parent
9976250954
commit
83661aee99
@@ -29,7 +29,7 @@ const defaultProps: LabelProps = {
|
||||
|
||||
test('renders with default props', () => {
|
||||
render(<DndColumnSelect {...defaultProps} />, { useDnd: true });
|
||||
expect(screen.getByText('Drop columns')).toBeInTheDocument();
|
||||
expect(screen.getByText('Drop columns here')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('renders with value', () => {
|
||||
|
||||
Reference in New Issue
Block a user