We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba137a commit def02efCopy full SHA for def02ef
client/components/FailingAssertionsSummary/Table.jsx
@@ -21,9 +21,7 @@ const FailingAssertionsSummaryTable = ({
21
<>
22
<p>
23
{failingAssertions.length} assertions failed across{' '}
24
- {metrics.mustAssertionsFailedCount +
25
- metrics.shouldAssertionsFailedCount}{' '}
26
- commands in {metrics.testsFailedCount} tests.
+ {metrics.commandsCount} commands in {metrics.testsFailedCount} tests.
27
</p>
28
29
<Table bordered responsive aria-labelledby="failing-assertions-heading">
0 commit comments