Skip to content

Commit 56ade6b

Browse files
committed
fix: frontend failing test
Signed-off-by: Bob Du <[email protected]>
1 parent f34ff5f commit 56ade6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/shared/Form/__tests__/TimeToRetainBtns.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ describe('TimeToRetainBtns', () => {
2727

2828
it('should test the normal view rendering of the component', () => {
2929
SetUpComponent();
30-
expect(screen.getAllByRole('button')).toHaveLength(5);
30+
expect(screen.getAllByRole('button')).toHaveLength(8);
3131
});
3232
});

0 commit comments

Comments
 (0)