Skip to content

Commit

Permalink
remove redundant assertion
Browse files Browse the repository at this point in the history
review changes @paul-tavares
  • Loading branch information
ashokaditya committed May 23, 2023
1 parent ca1919b commit 50e8995
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ describe('Response actions history page', () => {
}, []);

// verify 5 rows are expanded
expect(traysOnPage1).toBeTruthy();
expect(traysOnPage1.length).toEqual(5);
// verify 5 rows that are expanded are the ones from before
expect(expandedButtons).toEqual([0, 2, 3, 4, 5]);
Expand Down

0 comments on commit 50e8995

Please sign in to comment.