@wordpress/e2e-tests 9.6.1-next.v.202603161435.0 → 9.7.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 9.7.0 (2026-03-18)
6
+
5
7
  ## 9.6.0 (2026-03-04)
6
8
 
7
9
  ## 9.5.0 (2026-02-18)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/e2e-tests",
3
- "version": "9.6.1-next.v.202603161435.0+ab4981c4f",
3
+ "version": "9.7.0",
4
4
  "description": "Test plugins and mu-plugins for E2E tests in WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -24,8 +24,8 @@
24
24
  "npm": ">=8.19.2"
25
25
  },
26
26
  "dependencies": {
27
- "@wordpress/interactivity": "^6.41.2-next.v.202603161435.0+ab4981c4f",
28
- "@wordpress/interactivity-router": "^2.41.2-next.v.202603161435.0+ab4981c4f"
27
+ "@wordpress/interactivity": "^6.42.0",
28
+ "@wordpress/interactivity-router": "^2.42.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "jest": ">=29",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "748f4e4564fcc0e6ae90200d90bb993a3cef5828"
39
+ "gitHead": "c20787b1778ae64c2db65643b1c236309d68e6ba"
40
40
  }
@@ -164,6 +164,9 @@
164
164
  </p>
165
165
  </div>
166
166
 
167
+ <a data-testid="hash-link" href="#hash-link-target">Go to anchor</a>
168
+ <div id="hash-link-target" data-testid="hash-link-target"></div>
169
+
167
170
  <div id="regions-with-attach-to" data-testid="regions-with-attach-to">
168
171
  <?php
169
172
  /*
@@ -91,7 +91,7 @@ add_action(
91
91
  add_filter(
92
92
  'block_bindings_supported_attributes_test/auto-register-with-controls',
93
93
  static function () {
94
- return array( 'title', 'count', 'spacing', 'showEmojis' );
94
+ return array( 'title', 'count', 'spacing', 'showEmojis', 'emoji' );
95
95
  }
96
96
  );
97
97