Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit def02ef

Browse files
stalgiaghoward-e
andauthoredFeb 4, 2025··
Update client/components/FailingAssertionsSummary/Table.jsx
Co-authored-by: Howard Edwards <[email protected]>
1 parent 4ba137a commit def02ef

File tree

1 file changed

+1
-3
lines changed
  • client/components/FailingAssertionsSummary

1 file changed

+1
-3
lines changed
 

‎client/components/FailingAssertionsSummary/Table.jsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ const FailingAssertionsSummaryTable = ({
2121
<>
2222
<p>
2323
{failingAssertions.length} assertions failed across{' '}
24-
{metrics.mustAssertionsFailedCount +
25-
metrics.shouldAssertionsFailedCount}{' '}
26-
commands in {metrics.testsFailedCount} tests.
24+
{metrics.commandsCount} commands in {metrics.testsFailedCount} tests.
2725
</p>
2826

2927
<Table bordered responsive aria-labelledby="failing-assertions-heading">

0 commit comments

Comments
 (0)
Please sign in to comment.