Skip to content

Commit 91f416b

Browse files
committed
CU-868cu9311 Fixed bad zero state test
1 parent 34429c8 commit 91f416b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/__tests__/zero-state.test.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,4 @@ describe('ZeroState', () => {
3636
expect(screen.getByText('Connection failed')).toBeTruthy();
3737
expect(screen.getByText('Check your internet connection')).toBeTruthy();
3838
});
39-
40-
it('renders with children', () => {
41-
render(
42-
<ZeroState>
43-
<Button>Retry</Button>
44-
</ZeroState>
45-
);
46-
47-
expect(screen.getByText('Retry')).toBeTruthy();
48-
});
4939
});

0 commit comments

Comments
 (0)