mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
chore(deps-dev): bump eslint-plugin-jest-dom from 3.6.5 to 5.5.0 in /superset-frontend (#31217)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Li <joe@preset.io>
This commit is contained in:
@@ -240,7 +240,7 @@ test('should not render a save dataset modal when datasource is not query or dat
|
||||
render(<DatasourcePanel {...newProps} />, { useRedux: true, useDnd: true });
|
||||
expect(await screen.findByText(/metrics/i)).toBeInTheDocument();
|
||||
|
||||
expect(screen.queryByText(/create a dataset/i)).toBe(null);
|
||||
expect(screen.queryByText(/create a dataset/i)).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('should render only droppable metrics and columns', async () => {
|
||||
|
||||
Reference in New Issue
Block a user