Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Nov 21, 2023
1 parent 9eb5875 commit 08194df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/components/common/TestPlanResultsTable/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TestPlanResultsTable = ({
optionalHeader = null,
commandHeadingLevel = 3
}) => {
const Heading = `h${commandHeadingLevel}`;
const CommandHeading = `h${commandHeadingLevel}`;

return (
<>
Expand Down Expand Up @@ -65,11 +65,11 @@ const TestPlanResultsTable = ({

return (
<React.Fragment key={scenarioResult.id}>
<Heading>
<CommandHeading>
{commandsString}&nbsp;Results:&nbsp;
{passedAssertions.length} passed,&nbsp;
{failedAssertions.length} failed
</Heading>
</CommandHeading>
<p className="test-plan-results-response-p">
{test.at?.name} Response:
</p>
Expand Down

0 comments on commit 08194df

Please sign in to comment.