add articles

This commit is contained in:
Yury Semikhatsky 2024-04-23 13:17:36 -07:00
parent 063e931c07
commit 7376f9a733
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ See also [`property: TestResult.status`] for the actual status.
* since: v1.25
- type: <[string]>
Test ID that is computed based on the test file name, test title and project name. Test ID is unique within Playwright session.
A test ID that is computed based on the test file name, test title and project name. The ID is unique within Playwright session.
## property: TestCase.location
* since: v1.10

View file

@ -710,7 +710,7 @@ export interface TestCase {
expectedStatus: "passed"|"failed"|"timedOut"|"skipped"|"interrupted";
/**
* Test ID that is computed based on the test file name, test title and project name. Test ID is unique within
* A test ID that is computed based on the test file name, test title and project name. The ID is unique within
* Playwright session.
*/
id: string;