mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +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:
@@ -159,7 +159,7 @@ test('renders chart in standalone mode', () => {
|
||||
explore: { ...reduxState.explore, standalone: true },
|
||||
},
|
||||
});
|
||||
expect(queryByTestId('standalone-app')).toBeTruthy();
|
||||
expect(queryByTestId('standalone-app')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('generates a different form_data param when one is provided and is mounting', async () => {
|
||||
|
||||
Reference in New Issue
Block a user