Skip to content

Commit

Permalink
Update superset-frontend/src/dashboard/components/nativeFilters/Filte…
Browse files Browse the repository at this point in the history
…rBar/HorizontalFilterBar.test.tsx

Co-authored-by: Michael S. Molina <[email protected]>
  • Loading branch information
geido and michael-s-molina authored Nov 15, 2022
1 parent fe61058 commit e9eb919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test('should not render the gear icon', async () => {
expect(screen.queryByRole('img', { name: 'gear' })).not.toBeInTheDocument();
});

it('should not render the loading icon', async () => {
test('should not render the loading icon', async () => {
await renderWrapper();
expect(
screen.queryByRole('status', { name: 'Loading' }),
Expand Down

0 comments on commit e9eb919

Please sign in to comment.