Skip to content

Commit b2220c2

Browse files
committed
#1650 - work
1 parent a37068f commit b2220c2

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/frontend/src/tests/pages/ChangeRequestDetailPage/ProposedSolutionsList.test.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ describe('Proposed Solutions List Test Suite', () => {
5656
vi.spyOn(userHooks, 'useCurrentUser').mockReturnValue(exampleAdminUser);
5757
});
5858

59-
it('Renders correctly when not empty and CR is not reviewed', () => {
60-
renderComponent(exampleProposedSolutions);
61-
expect(screen.getByText('Scope Impact 1')).toBeInTheDocument();
62-
expect(screen.getByText('11')).toBeInTheDocument();
63-
expect(screen.getByText('111 weeks')).toBeInTheDocument();
64-
expect(screen.getByText('Desc 2')).toBeInTheDocument();
65-
expect(screen.getByText('Scope Impact 2')).toBeInTheDocument();
66-
expect(screen.getByText('22')).toBeInTheDocument();
67-
expect(screen.getByText('222 weeks')).toBeInTheDocument();
68-
});
69-
7059
it('Renders correctly when empty and CR is not reviewed', () => {
7160
renderComponent();
7261
expect(screen.queryAllByText('Description').length).toBe(0);

0 commit comments

Comments
 (0)