mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(typo): if you intend (#36259)
This commit is contained in:
parent
937a9211e5
commit
93dfdbf123
@ -1425,7 +1425,7 @@ Timeout in milliseconds.
|
|||||||
|
|
||||||
Skip a test. Playwright will not run the test past the `test.skip()` call.
|
Skip a test. Playwright will not run the test past the `test.skip()` call.
|
||||||
|
|
||||||
Skipped tests are not supposed to be ever run. If you intent to fix the test, use [`method: Test.fixme`] instead.
|
Skipped tests are not supposed to be ever run. If you intend to fix the test, use [`method: Test.fixme`] instead.
|
||||||
|
|
||||||
To declare a skipped test:
|
To declare a skipped test:
|
||||||
* `test.skip(title, body)`
|
* `test.skip(title, body)`
|
||||||
|
10
packages/playwright/types/test.d.ts
vendored
10
packages/playwright/types/test.d.ts
vendored
@ -4124,7 +4124,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
|
|||||||
/**
|
/**
|
||||||
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
||||||
*
|
*
|
||||||
* Skipped tests are not supposed to be ever run. If you intent to fix the test, use
|
* Skipped tests are not supposed to be ever run. If you intend to fix the test, use
|
||||||
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
||||||
* instead.
|
* instead.
|
||||||
*
|
*
|
||||||
@ -4205,7 +4205,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
|
|||||||
/**
|
/**
|
||||||
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
||||||
*
|
*
|
||||||
* Skipped tests are not supposed to be ever run. If you intent to fix the test, use
|
* Skipped tests are not supposed to be ever run. If you intend to fix the test, use
|
||||||
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
||||||
* instead.
|
* instead.
|
||||||
*
|
*
|
||||||
@ -4286,7 +4286,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
|
|||||||
/**
|
/**
|
||||||
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
||||||
*
|
*
|
||||||
* Skipped tests are not supposed to be ever run. If you intent to fix the test, use
|
* Skipped tests are not supposed to be ever run. If you intend to fix the test, use
|
||||||
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
||||||
* instead.
|
* instead.
|
||||||
*
|
*
|
||||||
@ -4367,7 +4367,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
|
|||||||
/**
|
/**
|
||||||
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
||||||
*
|
*
|
||||||
* Skipped tests are not supposed to be ever run. If you intent to fix the test, use
|
* Skipped tests are not supposed to be ever run. If you intend to fix the test, use
|
||||||
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
||||||
* instead.
|
* instead.
|
||||||
*
|
*
|
||||||
@ -4448,7 +4448,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
|
|||||||
/**
|
/**
|
||||||
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
* Skip a test. Playwright will not run the test past the `test.skip()` call.
|
||||||
*
|
*
|
||||||
* Skipped tests are not supposed to be ever run. If you intent to fix the test, use
|
* Skipped tests are not supposed to be ever run. If you intend to fix the test, use
|
||||||
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
* [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
|
||||||
* instead.
|
* instead.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user