diff --git a/client/components/TestReview/index.jsx b/client/components/TestReview/index.jsx index 695dd37dc..08d4d34f9 100644 --- a/client/components/TestReview/index.jsx +++ b/client/components/TestReview/index.jsx @@ -39,8 +39,8 @@ const TestReview = () => { if (loading) { return ( ); } @@ -51,8 +51,8 @@ const TestReview = () => { `Failed to find a test plan version with ID ${testPlanVersionId}`; return ( @@ -60,7 +60,6 @@ const TestReview = () => { } const testPlanVersion = data.testPlanVersion; - const testCount = testPlanVersion.tests.length; const atNames = unique( testPlanVersion.tests.flatMap(test => test.ats.map(at => at.name)) ); @@ -91,20 +90,14 @@ const TestReview = () => { return ( - {`Tests for ${testPlanVersion.title} ${testPlanVersion.versionString} | ARIA-AT`} + {`${testPlanVersion.title} Test Plan ${testPlanVersion.versionString} | ARIA-AT`}

- {`Tests for ${testPlanVersion.title} ` + + {`${testPlanVersion.title} Test Plan ` + `${testPlanVersion.versionString}` + `${testPlanVersion.deprecatedAt ? ' (Deprecated)' : ''}`}

-

Introduction

-

- {`This page contains ${testCount} tests the ARIA-AT team ` + - `has authored for ${testPlanVersion.title}, version ` + - `${testPlanVersion.versionString}.`} -

-

Metadata

+

About This Test Plan

  • Phase:  @@ -173,7 +166,7 @@ const TestReview = () => { {testPlanVersion.gitMessage}
-

List of Tests

+

Tests