Skip to content

Commit a37068f

Browse files
committed
#1650 - tests
1 parent 56cda98 commit a37068f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('Proposed Solutions List Test Suite', () => {
5858

5959
it('Renders correctly when not empty and CR is not reviewed', () => {
6060
renderComponent(exampleProposedSolutions);
61-
expect(screen.getByText('Desc 1')).toBeInTheDocument();
6261
expect(screen.getByText('Scope Impact 1')).toBeInTheDocument();
6362
expect(screen.getByText('11')).toBeInTheDocument();
6463
expect(screen.getByText('111 weeks')).toBeInTheDocument();
@@ -87,8 +86,6 @@ describe('Proposed Solutions List Test Suite', () => {
8786
expect(screen.queryByText('Description')).not.toBeInTheDocument();
8887
expect(screen.queryByText('Scope Impact')).not.toBeInTheDocument();
8988
expect(screen.queryByText('Add')).not.toBeInTheDocument();
90-
expect(screen.getByText('Scope Impact')).toBeInTheDocument();
91-
expect(screen.getByText('Add')).toBeInTheDocument();
9289
});
9390

9491
it('Renders correctly when not empty and CR is reviewed', () => {

0 commit comments

Comments
 (0)