chore(typo): if you intend (#36259)

This commit is contained in:
Simon Knott 2025-06-10 13:57:49 +02:00 committed by GitHub
parent 937a9211e5
commit 93dfdbf123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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)`

View File

@ -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.
* *