Skip to content

Commit 56cda98

Browse files
committed
#1650 - why aren't these running correctly
1 parent 06632fa commit 56cda98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 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.getAllByText(/Description/).length).toBe(2);
6261
expect(screen.getByText('Desc 1')).toBeInTheDocument();
6362
expect(screen.getByText('Scope Impact 1')).toBeInTheDocument();
6463
expect(screen.getByText('11')).toBeInTheDocument();
@@ -88,7 +87,6 @@ describe('Proposed Solutions List Test Suite', () => {
8887
expect(screen.queryByText('Description')).not.toBeInTheDocument();
8988
expect(screen.queryByText('Scope Impact')).not.toBeInTheDocument();
9089
expect(screen.queryByText('Add')).not.toBeInTheDocument();
91-
expect(screen.getByText('Description')).toBeInTheDocument();
9290
expect(screen.getByText('Scope Impact')).toBeInTheDocument();
9391
expect(screen.getByText('Add')).toBeInTheDocument();
9492
});

0 commit comments

Comments
 (0)