Skip to content

Commit

Permalink
Update superset-frontend/src/explore/components/DisplayQueryButton/Di…
Browse files Browse the repository at this point in the history
…splayQueryButton.test.tsx

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
  • Loading branch information
yardz and michael-s-molina committed Mar 26, 2021
1 parent 264c005 commit 237883d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import React from 'react';
import { render, screen, act } from 'spec/helpers/testing-library';
import { render, screen, waitFor } from 'spec/helpers/testing-library';
import userEvent from '@testing-library/user-event';
import * as chartAction from 'src/chart/chartAction';
import * as downloadAsImage from 'src/utils/downloadAsImage';
Expand Down

0 comments on commit 237883d

Please sign in to comment.