mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(typo): "when test is retries" (#36044)
This commit is contained in:
parent
a87dc83963
commit
5efd582814
@ -52,7 +52,7 @@ Errors thrown during the test execution.
|
||||
* since: v1.10
|
||||
- type: <[int]>
|
||||
|
||||
When test is retries multiple times, each retry attempt is given a sequential number.
|
||||
When test is retried multiple times, each retry attempt is given a sequential number.
|
||||
|
||||
Learn more about [test retries](../test-retries.md#retries).
|
||||
|
||||
|
||||
2
packages/playwright/types/testReporter.d.ts
vendored
2
packages/playwright/types/testReporter.d.ts
vendored
@ -659,7 +659,7 @@ export interface TestResult {
|
||||
parallelIndex: number;
|
||||
|
||||
/**
|
||||
* When test is retries multiple times, each retry attempt is given a sequential number.
|
||||
* When test is retried multiple times, each retry attempt is given a sequential number.
|
||||
*
|
||||
* Learn more about [test retries](https://playwright.dev/docs/test-retries#retries).
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user