From e9eb91962638610688af993688067ff484f76000 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:19:34 +0200 Subject: [PATCH] Update superset-frontend/src/dashboard/components/nativeFilters/FilterBar/HorizontalFilterBar.test.tsx Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> --- .../nativeFilters/FilterBar/HorizontalFilterBar.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/HorizontalFilterBar.test.tsx b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/HorizontalFilterBar.test.tsx index 13ef0964cddc4..4116aef6b7985 100644 --- a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/HorizontalFilterBar.test.tsx +++ b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/HorizontalFilterBar.test.tsx @@ -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' }),