mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore: implement new mockup to the new viz gallery (2nd iteration) (#15868)
* chore: implement new mockup to the new viz gallery * fix: update package-lock * fix: add license * fix: reduce duplication and fit within the sidebar * fix: ut
This commit is contained in:
@@ -84,7 +84,7 @@ describe('VizTypeControl', () => {
|
||||
const thumbnails = screen.getByTestId('viztype-selector-container');
|
||||
expect(thumbnails).toBeInTheDocument();
|
||||
|
||||
const searchInput = screen.getByPlaceholderText('Search');
|
||||
const searchInput = screen.getByPlaceholderText('Search all charts');
|
||||
userEvent.type(searchInput, 'foo');
|
||||
await waitForEffects();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user