playwright 1.54.0-alpha-2025-06-10 → 1.54.0-alpha-2025-06-11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of playwright might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/types/test.d.ts +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright",
3
- "version": "1.54.0-alpha-2025-06-10",
3
+ "version": "1.54.0-alpha-2025-06-11",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "license": "Apache-2.0",
58
58
  "dependencies": {
59
- "playwright-core": "1.54.0-alpha-2025-06-10"
59
+ "playwright-core": "1.54.0-alpha-2025-06-11"
60
60
  },
61
61
  "optionalDependencies": {
62
62
  "fsevents": "2.3.2"
package/types/test.d.ts CHANGED
@@ -4124,7 +4124,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
4124
4124
  /**
4125
4125
  * Skip a test. Playwright will not run the test past the `test.skip()` call.
4126
4126
  *
4127
- * Skipped tests are not supposed to be ever run. If you intent to fix the test, use
4127
+ * Skipped tests are not supposed to be ever run. If you intend to fix the test, use
4128
4128
  * [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
4129
4129
  * instead.
4130
4130
  *
@@ -4205,7 +4205,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
4205
4205
  /**
4206
4206
  * Skip a test. Playwright will not run the test past the `test.skip()` call.
4207
4207
  *
4208
- * Skipped tests are not supposed to be ever run. If you intent to fix the test, use
4208
+ * Skipped tests are not supposed to be ever run. If you intend to fix the test, use
4209
4209
  * [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
4210
4210
  * instead.
4211
4211
  *
@@ -4286,7 +4286,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
4286
4286
  /**
4287
4287
  * Skip a test. Playwright will not run the test past the `test.skip()` call.
4288
4288
  *
4289
- * Skipped tests are not supposed to be ever run. If you intent to fix the test, use
4289
+ * Skipped tests are not supposed to be ever run. If you intend to fix the test, use
4290
4290
  * [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
4291
4291
  * instead.
4292
4292
  *
@@ -4367,7 +4367,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
4367
4367
  /**
4368
4368
  * Skip a test. Playwright will not run the test past the `test.skip()` call.
4369
4369
  *
4370
- * Skipped tests are not supposed to be ever run. If you intent to fix the test, use
4370
+ * Skipped tests are not supposed to be ever run. If you intend to fix the test, use
4371
4371
  * [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
4372
4372
  * instead.
4373
4373
  *
@@ -4448,7 +4448,7 @@ export interface TestType<TestArgs extends {}, WorkerArgs extends {}> {
4448
4448
  /**
4449
4449
  * Skip a test. Playwright will not run the test past the `test.skip()` call.
4450
4450
  *
4451
- * Skipped tests are not supposed to be ever run. If you intent to fix the test, use
4451
+ * Skipped tests are not supposed to be ever run. If you intend to fix the test, use
4452
4452
  * [test.fixme([title, details, body, condition, callback, description])](https://playwright.dev/docs/api/class-test#test-fixme)
4453
4453
  * instead.
4454
4454
  *