@wordpress/e2e-tests 7.13.13 → 7.13.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/e2e-tests",
3
- "version": "7.13.13",
3
+ "version": "7.13.14",
4
4
  "description": "End-To-End (E2E) tests for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "70b30e9461372ae518e3d0e50f7e5085eda8b46e"
48
+ "gitHead": "fb3a11411cc4cc3af8a3c2a629842d1c63d8edbc"
49
49
  }
@@ -3,6 +3,7 @@
3
3
  * HTML for testing the router navigate function.
4
4
  *
5
5
  * @package gutenberg-test-interactive-blocks
6
+ *
6
7
  * @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
7
8
  */
8
9
 
@@ -3,6 +3,7 @@
3
3
  * HTML for testing the hydration of router regions.
4
4
  *
5
5
  * @package gutenberg-test-interactive-blocks
6
+ *
6
7
  * @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
7
8
  */
8
9
 
@@ -3,6 +3,7 @@
3
3
  * HTML for testing the hydration of the serialized store.
4
4
  *
5
5
  * @package gutenberg-test-interactive-blocks
6
+ *
6
7
  * @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
7
8
  */
8
9