@wordpress/e2e-tests 2.5.17 → 3.0.2

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE.md +1 -1
  3. package/config/flaky-tests-reporter.js +2 -1
  4. package/package.json +12 -11
  5. package/plugins/query-block.php +2 -2
  6. package/specs/editor/blocks/__snapshots__/heading.test.js.snap +2 -2
  7. package/specs/editor/blocks/__snapshots__/navigation.test.js.snap +29 -57
  8. package/specs/editor/blocks/__snapshots__/spacer.test.js.snap +1 -1
  9. package/specs/editor/blocks/classic.test.js +5 -2
  10. package/specs/editor/blocks/columns.test.js +1 -1
  11. package/specs/editor/blocks/cover.test.js +1 -1
  12. package/specs/editor/blocks/heading.test.js +15 -3
  13. package/specs/editor/blocks/image.test.js +1 -2
  14. package/specs/editor/blocks/navigation.test.js +311 -439
  15. package/specs/editor/blocks/preformatted.test.js +2 -1
  16. package/specs/editor/blocks/site-title.test.js +2 -31
  17. package/specs/editor/fixtures/menu-items-request-fixture.json +84 -0
  18. package/specs/editor/fixtures/menu-items-response-fixture.json +240 -144
  19. package/specs/editor/plugins/block-variations.test.js +1 -1
  20. package/specs/editor/plugins/custom-post-types.test.js +4 -3
  21. package/specs/editor/various/__snapshots__/block-editor-keyboard-shortcuts.test.js.snap +38 -24
  22. package/specs/editor/various/adding-patterns.test.js +1 -1
  23. package/specs/editor/various/block-editor-keyboard-shortcuts.test.js +43 -3
  24. package/specs/editor/various/block-grouping.test.js +2 -18
  25. package/specs/editor/various/block-hierarchy-navigation.test.js +3 -3
  26. package/specs/editor/various/change-detection.test.js +5 -0
  27. package/specs/editor/various/editor-modes.test.js +7 -0
  28. package/specs/editor/various/font-size-picker.test.js +58 -18
  29. package/specs/editor/various/inserting-blocks.test.js +6 -2
  30. package/specs/editor/various/keyboard-navigable-blocks.test.js +6 -0
  31. package/specs/editor/various/list-view.test.js +2 -2
  32. package/specs/editor/various/navigable-toolbar.test.js +2 -2
  33. package/specs/editor/various/post-editor-template-mode.test.js +1 -1
  34. package/specs/editor/various/preview.test.js +67 -2
  35. package/specs/editor/various/reusable-blocks.test.js +53 -31
  36. package/specs/editor/various/undo.test.js +21 -0
  37. package/specs/editor/various/writing-flow.test.js +8 -4
  38. package/specs/performance/site-editor.test.js +1 -1
  39. package/specs/site-editor/document-settings.test.js +5 -5
  40. package/specs/site-editor/multi-entity-editing.test.js +2 -2
  41. package/specs/site-editor/multi-entity-saving.test.js +53 -63
  42. package/specs/site-editor/settings-sidebar.test.js +4 -4
  43. package/specs/site-editor/site-editor-export.test.js +1 -1
  44. package/specs/site-editor/site-editor-inserter.test.js +1 -1
  45. package/specs/site-editor/template-part.test.js +95 -79
  46. package/specs/site-editor/template-revert.test.js +13 -9
  47. package/specs/widgets/customizing-widgets.test.js +7 -3
@@ -16,19 +16,25 @@
16
16
  "parent": 0,
17
17
  "menu_order": 1,
18
18
  "target": "",
19
- "classes": [ "" ],
20
- "xfn": [ "" ],
19
+ "classes": [
20
+ ""
21
+ ],
22
+ "xfn": [
23
+ ""
24
+ ],
21
25
  "meta": [],
22
- "menus": [ 23 ],
26
+ "menus": [
27
+ 23
28
+ ],
23
29
  "_links": {
24
30
  "self": [
25
31
  {
26
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/94"
32
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
27
33
  }
28
34
  ],
29
35
  "collection": [
30
36
  {
31
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
37
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
32
38
  }
33
39
  ],
34
40
  "about": [
@@ -45,22 +51,22 @@
45
51
  ],
46
52
  "wp:action-publish": [
47
53
  {
48
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/94"
54
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
49
55
  }
50
56
  ],
51
57
  "wp:action-unfiltered-html": [
52
58
  {
53
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/94"
59
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
54
60
  }
55
61
  ],
56
62
  "wp:action-create-menus": [
57
63
  {
58
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/94"
64
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
59
65
  }
60
66
  ],
61
67
  "wp:action-assign-menus": [
62
68
  {
63
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/94"
69
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/94"
64
70
  }
65
71
  ],
66
72
  "curies": [
@@ -89,19 +95,25 @@
89
95
  "parent": 0,
90
96
  "menu_order": 2,
91
97
  "target": "",
92
- "classes": [ "" ],
93
- "xfn": [ "" ],
98
+ "classes": [
99
+ ""
100
+ ],
101
+ "xfn": [
102
+ ""
103
+ ],
94
104
  "meta": [],
95
- "menus": [ 23 ],
105
+ "menus": [
106
+ 23
107
+ ],
96
108
  "_links": {
97
109
  "self": [
98
110
  {
99
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/95"
111
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
100
112
  }
101
113
  ],
102
114
  "collection": [
103
115
  {
104
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
116
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
105
117
  }
106
118
  ],
107
119
  "about": [
@@ -125,22 +137,22 @@
125
137
  ],
126
138
  "wp:action-publish": [
127
139
  {
128
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/95"
140
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
129
141
  }
130
142
  ],
131
143
  "wp:action-unfiltered-html": [
132
144
  {
133
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/95"
145
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
134
146
  }
135
147
  ],
136
148
  "wp:action-create-menus": [
137
149
  {
138
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/95"
150
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
139
151
  }
140
152
  ],
141
153
  "wp:action-assign-menus": [
142
154
  {
143
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/95"
155
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/95"
144
156
  }
145
157
  ],
146
158
  "curies": [
@@ -169,19 +181,25 @@
169
181
  "parent": 95,
170
182
  "menu_order": 3,
171
183
  "target": "",
172
- "classes": [ "" ],
173
- "xfn": [ "" ],
184
+ "classes": [
185
+ ""
186
+ ],
187
+ "xfn": [
188
+ ""
189
+ ],
174
190
  "meta": [],
175
- "menus": [ 23 ],
191
+ "menus": [
192
+ 23
193
+ ],
176
194
  "_links": {
177
195
  "self": [
178
196
  {
179
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/96"
197
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
180
198
  }
181
199
  ],
182
200
  "collection": [
183
201
  {
184
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
202
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
185
203
  }
186
204
  ],
187
205
  "about": [
@@ -205,22 +223,22 @@
205
223
  ],
206
224
  "wp:action-publish": [
207
225
  {
208
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/96"
226
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
209
227
  }
210
228
  ],
211
229
  "wp:action-unfiltered-html": [
212
230
  {
213
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/96"
231
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
214
232
  }
215
233
  ],
216
234
  "wp:action-create-menus": [
217
235
  {
218
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/96"
236
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
219
237
  }
220
238
  ],
221
239
  "wp:action-assign-menus": [
222
240
  {
223
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/96"
241
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/96"
224
242
  }
225
243
  ],
226
244
  "curies": [
@@ -249,19 +267,25 @@
249
267
  "parent": 0,
250
268
  "menu_order": 4,
251
269
  "target": "",
252
- "classes": [ "" ],
253
- "xfn": [ "" ],
270
+ "classes": [
271
+ ""
272
+ ],
273
+ "xfn": [
274
+ ""
275
+ ],
254
276
  "meta": [],
255
- "menus": [ 23 ],
277
+ "menus": [
278
+ 23
279
+ ],
256
280
  "_links": {
257
281
  "self": [
258
282
  {
259
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/97"
283
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
260
284
  }
261
285
  ],
262
286
  "collection": [
263
287
  {
264
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
288
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
265
289
  }
266
290
  ],
267
291
  "about": [
@@ -285,22 +309,22 @@
285
309
  ],
286
310
  "wp:action-publish": [
287
311
  {
288
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/97"
312
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
289
313
  }
290
314
  ],
291
315
  "wp:action-unfiltered-html": [
292
316
  {
293
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/97"
317
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
294
318
  }
295
319
  ],
296
320
  "wp:action-create-menus": [
297
321
  {
298
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/97"
322
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
299
323
  }
300
324
  ],
301
325
  "wp:action-assign-menus": [
302
326
  {
303
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/97"
327
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/97"
304
328
  }
305
329
  ],
306
330
  "curies": [
@@ -329,19 +353,25 @@
329
353
  "parent": 97,
330
354
  "menu_order": 5,
331
355
  "target": "",
332
- "classes": [ "" ],
333
- "xfn": [ "" ],
356
+ "classes": [
357
+ ""
358
+ ],
359
+ "xfn": [
360
+ ""
361
+ ],
334
362
  "meta": [],
335
- "menus": [ 23 ],
363
+ "menus": [
364
+ 23
365
+ ],
336
366
  "_links": {
337
367
  "self": [
338
368
  {
339
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/98"
369
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
340
370
  }
341
371
  ],
342
372
  "collection": [
343
373
  {
344
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
374
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
345
375
  }
346
376
  ],
347
377
  "about": [
@@ -365,22 +395,22 @@
365
395
  ],
366
396
  "wp:action-publish": [
367
397
  {
368
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/98"
398
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
369
399
  }
370
400
  ],
371
401
  "wp:action-unfiltered-html": [
372
402
  {
373
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/98"
403
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
374
404
  }
375
405
  ],
376
406
  "wp:action-create-menus": [
377
407
  {
378
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/98"
408
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
379
409
  }
380
410
  ],
381
411
  "wp:action-assign-menus": [
382
412
  {
383
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/98"
413
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/98"
384
414
  }
385
415
  ],
386
416
  "curies": [
@@ -409,19 +439,25 @@
409
439
  "parent": 98,
410
440
  "menu_order": 6,
411
441
  "target": "",
412
- "classes": [ "" ],
413
- "xfn": [ "" ],
442
+ "classes": [
443
+ ""
444
+ ],
445
+ "xfn": [
446
+ ""
447
+ ],
414
448
  "meta": [],
415
- "menus": [ 23 ],
449
+ "menus": [
450
+ 23
451
+ ],
416
452
  "_links": {
417
453
  "self": [
418
454
  {
419
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/99"
455
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
420
456
  }
421
457
  ],
422
458
  "collection": [
423
459
  {
424
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
460
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
425
461
  }
426
462
  ],
427
463
  "about": [
@@ -445,22 +481,22 @@
445
481
  ],
446
482
  "wp:action-publish": [
447
483
  {
448
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/99"
484
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
449
485
  }
450
486
  ],
451
487
  "wp:action-unfiltered-html": [
452
488
  {
453
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/99"
489
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
454
490
  }
455
491
  ],
456
492
  "wp:action-create-menus": [
457
493
  {
458
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/99"
494
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
459
495
  }
460
496
  ],
461
497
  "wp:action-assign-menus": [
462
498
  {
463
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/99"
499
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/99"
464
500
  }
465
501
  ],
466
502
  "curies": [
@@ -489,19 +525,25 @@
489
525
  "parent": 99,
490
526
  "menu_order": 7,
491
527
  "target": "",
492
- "classes": [ "" ],
493
- "xfn": [ "" ],
528
+ "classes": [
529
+ ""
530
+ ],
531
+ "xfn": [
532
+ ""
533
+ ],
494
534
  "meta": [],
495
- "menus": [ 23 ],
535
+ "menus": [
536
+ 23
537
+ ],
496
538
  "_links": {
497
539
  "self": [
498
540
  {
499
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/100"
541
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
500
542
  }
501
543
  ],
502
544
  "collection": [
503
545
  {
504
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
546
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
505
547
  }
506
548
  ],
507
549
  "about": [
@@ -525,22 +567,22 @@
525
567
  ],
526
568
  "wp:action-publish": [
527
569
  {
528
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/100"
570
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
529
571
  }
530
572
  ],
531
573
  "wp:action-unfiltered-html": [
532
574
  {
533
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/100"
575
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
534
576
  }
535
577
  ],
536
578
  "wp:action-create-menus": [
537
579
  {
538
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/100"
580
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
539
581
  }
540
582
  ],
541
583
  "wp:action-assign-menus": [
542
584
  {
543
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/100"
585
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/100"
544
586
  }
545
587
  ],
546
588
  "curies": [
@@ -569,19 +611,25 @@
569
611
  "parent": 100,
570
612
  "menu_order": 8,
571
613
  "target": "",
572
- "classes": [ "" ],
573
- "xfn": [ "" ],
614
+ "classes": [
615
+ ""
616
+ ],
617
+ "xfn": [
618
+ ""
619
+ ],
574
620
  "meta": [],
575
- "menus": [ 23 ],
621
+ "menus": [
622
+ 23
623
+ ],
576
624
  "_links": {
577
625
  "self": [
578
626
  {
579
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/101"
627
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
580
628
  }
581
629
  ],
582
630
  "collection": [
583
631
  {
584
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
632
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
585
633
  }
586
634
  ],
587
635
  "about": [
@@ -605,22 +653,22 @@
605
653
  ],
606
654
  "wp:action-publish": [
607
655
  {
608
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/101"
656
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
609
657
  }
610
658
  ],
611
659
  "wp:action-unfiltered-html": [
612
660
  {
613
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/101"
661
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
614
662
  }
615
663
  ],
616
664
  "wp:action-create-menus": [
617
665
  {
618
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/101"
666
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
619
667
  }
620
668
  ],
621
669
  "wp:action-assign-menus": [
622
670
  {
623
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/101"
671
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/101"
624
672
  }
625
673
  ],
626
674
  "curies": [
@@ -649,19 +697,25 @@
649
697
  "parent": 0,
650
698
  "menu_order": 9,
651
699
  "target": "",
652
- "classes": [ "" ],
653
- "xfn": [ "" ],
700
+ "classes": [
701
+ ""
702
+ ],
703
+ "xfn": [
704
+ ""
705
+ ],
654
706
  "meta": [],
655
- "menus": [ 23 ],
707
+ "menus": [
708
+ 23
709
+ ],
656
710
  "_links": {
657
711
  "self": [
658
712
  {
659
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/102"
713
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
660
714
  }
661
715
  ],
662
716
  "collection": [
663
717
  {
664
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
718
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
665
719
  }
666
720
  ],
667
721
  "about": [
@@ -685,22 +739,22 @@
685
739
  ],
686
740
  "wp:action-publish": [
687
741
  {
688
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/102"
742
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
689
743
  }
690
744
  ],
691
745
  "wp:action-unfiltered-html": [
692
746
  {
693
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/102"
747
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
694
748
  }
695
749
  ],
696
750
  "wp:action-create-menus": [
697
751
  {
698
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/102"
752
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
699
753
  }
700
754
  ],
701
755
  "wp:action-assign-menus": [
702
756
  {
703
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/102"
757
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/102"
704
758
  }
705
759
  ],
706
760
  "curies": [
@@ -729,19 +783,25 @@
729
783
  "parent": 0,
730
784
  "menu_order": 10,
731
785
  "target": "",
732
- "classes": [ "" ],
733
- "xfn": [ "" ],
786
+ "classes": [
787
+ ""
788
+ ],
789
+ "xfn": [
790
+ ""
791
+ ],
734
792
  "meta": [],
735
- "menus": [ 23 ],
793
+ "menus": [
794
+ 23
795
+ ],
736
796
  "_links": {
737
797
  "self": [
738
798
  {
739
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/103"
799
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
740
800
  }
741
801
  ],
742
802
  "collection": [
743
803
  {
744
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
804
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
745
805
  }
746
806
  ],
747
807
  "about": [
@@ -765,22 +825,22 @@
765
825
  ],
766
826
  "wp:action-publish": [
767
827
  {
768
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/103"
828
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
769
829
  }
770
830
  ],
771
831
  "wp:action-unfiltered-html": [
772
832
  {
773
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/103"
833
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
774
834
  }
775
835
  ],
776
836
  "wp:action-create-menus": [
777
837
  {
778
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/103"
838
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
779
839
  }
780
840
  ],
781
841
  "wp:action-assign-menus": [
782
842
  {
783
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/103"
843
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/103"
784
844
  }
785
845
  ],
786
846
  "curies": [
@@ -809,19 +869,25 @@
809
869
  "parent": 0,
810
870
  "menu_order": 11,
811
871
  "target": "",
812
- "classes": [ "" ],
813
- "xfn": [ "" ],
872
+ "classes": [
873
+ ""
874
+ ],
875
+ "xfn": [
876
+ ""
877
+ ],
814
878
  "meta": [],
815
- "menus": [ 23 ],
879
+ "menus": [
880
+ 23
881
+ ],
816
882
  "_links": {
817
883
  "self": [
818
884
  {
819
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/104"
885
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
820
886
  }
821
887
  ],
822
888
  "collection": [
823
889
  {
824
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
890
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
825
891
  }
826
892
  ],
827
893
  "about": [
@@ -845,22 +911,22 @@
845
911
  ],
846
912
  "wp:action-publish": [
847
913
  {
848
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/104"
914
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
849
915
  }
850
916
  ],
851
917
  "wp:action-unfiltered-html": [
852
918
  {
853
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/104"
919
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
854
920
  }
855
921
  ],
856
922
  "wp:action-create-menus": [
857
923
  {
858
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/104"
924
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
859
925
  }
860
926
  ],
861
927
  "wp:action-assign-menus": [
862
928
  {
863
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/104"
929
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/104"
864
930
  }
865
931
  ],
866
932
  "curies": [
@@ -889,19 +955,25 @@
889
955
  "parent": 104,
890
956
  "menu_order": 12,
891
957
  "target": "",
892
- "classes": [ "" ],
893
- "xfn": [ "" ],
958
+ "classes": [
959
+ ""
960
+ ],
961
+ "xfn": [
962
+ ""
963
+ ],
894
964
  "meta": [],
895
- "menus": [ 23 ],
965
+ "menus": [
966
+ 23
967
+ ],
896
968
  "_links": {
897
969
  "self": [
898
970
  {
899
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/105"
971
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
900
972
  }
901
973
  ],
902
974
  "collection": [
903
975
  {
904
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
976
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
905
977
  }
906
978
  ],
907
979
  "about": [
@@ -925,22 +997,22 @@
925
997
  ],
926
998
  "wp:action-publish": [
927
999
  {
928
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/105"
1000
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
929
1001
  }
930
1002
  ],
931
1003
  "wp:action-unfiltered-html": [
932
1004
  {
933
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/105"
1005
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
934
1006
  }
935
1007
  ],
936
1008
  "wp:action-create-menus": [
937
1009
  {
938
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/105"
1010
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
939
1011
  }
940
1012
  ],
941
1013
  "wp:action-assign-menus": [
942
1014
  {
943
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/105"
1015
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/105"
944
1016
  }
945
1017
  ],
946
1018
  "curies": [
@@ -969,19 +1041,25 @@
969
1041
  "parent": 105,
970
1042
  "menu_order": 13,
971
1043
  "target": "",
972
- "classes": [ "" ],
973
- "xfn": [ "" ],
1044
+ "classes": [
1045
+ ""
1046
+ ],
1047
+ "xfn": [
1048
+ ""
1049
+ ],
974
1050
  "meta": [],
975
- "menus": [ 23 ],
1051
+ "menus": [
1052
+ 23
1053
+ ],
976
1054
  "_links": {
977
1055
  "self": [
978
1056
  {
979
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/106"
1057
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
980
1058
  }
981
1059
  ],
982
1060
  "collection": [
983
1061
  {
984
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
1062
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
985
1063
  }
986
1064
  ],
987
1065
  "about": [
@@ -1005,22 +1083,22 @@
1005
1083
  ],
1006
1084
  "wp:action-publish": [
1007
1085
  {
1008
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/106"
1086
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1009
1087
  }
1010
1088
  ],
1011
1089
  "wp:action-unfiltered-html": [
1012
1090
  {
1013
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/106"
1091
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1014
1092
  }
1015
1093
  ],
1016
1094
  "wp:action-create-menus": [
1017
1095
  {
1018
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/106"
1096
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1019
1097
  }
1020
1098
  ],
1021
1099
  "wp:action-assign-menus": [
1022
1100
  {
1023
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/106"
1101
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/106"
1024
1102
  }
1025
1103
  ],
1026
1104
  "curies": [
@@ -1049,19 +1127,25 @@
1049
1127
  "parent": 106,
1050
1128
  "menu_order": 14,
1051
1129
  "target": "",
1052
- "classes": [ "" ],
1053
- "xfn": [ "" ],
1130
+ "classes": [
1131
+ ""
1132
+ ],
1133
+ "xfn": [
1134
+ ""
1135
+ ],
1054
1136
  "meta": [],
1055
- "menus": [ 23 ],
1137
+ "menus": [
1138
+ 23
1139
+ ],
1056
1140
  "_links": {
1057
1141
  "self": [
1058
1142
  {
1059
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/107"
1143
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1060
1144
  }
1061
1145
  ],
1062
1146
  "collection": [
1063
1147
  {
1064
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
1148
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
1065
1149
  }
1066
1150
  ],
1067
1151
  "about": [
@@ -1085,22 +1169,22 @@
1085
1169
  ],
1086
1170
  "wp:action-publish": [
1087
1171
  {
1088
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/107"
1172
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1089
1173
  }
1090
1174
  ],
1091
1175
  "wp:action-unfiltered-html": [
1092
1176
  {
1093
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/107"
1177
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1094
1178
  }
1095
1179
  ],
1096
1180
  "wp:action-create-menus": [
1097
1181
  {
1098
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/107"
1182
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1099
1183
  }
1100
1184
  ],
1101
1185
  "wp:action-assign-menus": [
1102
1186
  {
1103
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/107"
1187
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/107"
1104
1188
  }
1105
1189
  ],
1106
1190
  "curies": [
@@ -1129,19 +1213,25 @@
1129
1213
  "parent": 0,
1130
1214
  "menu_order": 15,
1131
1215
  "target": "",
1132
- "classes": [ "" ],
1133
- "xfn": [ "" ],
1216
+ "classes": [
1217
+ ""
1218
+ ],
1219
+ "xfn": [
1220
+ ""
1221
+ ],
1134
1222
  "meta": [],
1135
- "menus": [ 23 ],
1223
+ "menus": [
1224
+ 23
1225
+ ],
1136
1226
  "_links": {
1137
1227
  "self": [
1138
1228
  {
1139
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/108"
1229
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1140
1230
  }
1141
1231
  ],
1142
1232
  "collection": [
1143
1233
  {
1144
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
1234
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
1145
1235
  }
1146
1236
  ],
1147
1237
  "about": [
@@ -1158,22 +1248,22 @@
1158
1248
  ],
1159
1249
  "wp:action-publish": [
1160
1250
  {
1161
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/108"
1251
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1162
1252
  }
1163
1253
  ],
1164
1254
  "wp:action-unfiltered-html": [
1165
1255
  {
1166
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/108"
1256
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1167
1257
  }
1168
1258
  ],
1169
1259
  "wp:action-create-menus": [
1170
1260
  {
1171
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/108"
1261
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1172
1262
  }
1173
1263
  ],
1174
1264
  "wp:action-assign-menus": [
1175
1265
  {
1176
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/108"
1266
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/108"
1177
1267
  }
1178
1268
  ],
1179
1269
  "curies": [
@@ -1202,19 +1292,25 @@
1202
1292
  "parent": 108,
1203
1293
  "menu_order": 16,
1204
1294
  "target": "",
1205
- "classes": [ "" ],
1206
- "xfn": [ "" ],
1295
+ "classes": [
1296
+ ""
1297
+ ],
1298
+ "xfn": [
1299
+ ""
1300
+ ],
1207
1301
  "meta": [],
1208
- "menus": [ 23 ],
1302
+ "menus": [
1303
+ 23
1304
+ ],
1209
1305
  "_links": {
1210
1306
  "self": [
1211
1307
  {
1212
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/109"
1308
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1213
1309
  }
1214
1310
  ],
1215
1311
  "collection": [
1216
1312
  {
1217
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items"
1313
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items"
1218
1314
  }
1219
1315
  ],
1220
1316
  "about": [
@@ -1231,22 +1327,22 @@
1231
1327
  ],
1232
1328
  "wp:action-publish": [
1233
1329
  {
1234
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/109"
1330
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1235
1331
  }
1236
1332
  ],
1237
1333
  "wp:action-unfiltered-html": [
1238
1334
  {
1239
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/109"
1335
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1240
1336
  }
1241
1337
  ],
1242
1338
  "wp:action-create-menus": [
1243
1339
  {
1244
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/109"
1340
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1245
1341
  }
1246
1342
  ],
1247
1343
  "wp:action-assign-menus": [
1248
1344
  {
1249
- "href": "http://localhost:8889/index.php?rest_route=/__experimental/menu-items/109"
1345
+ "href": "http://localhost:8889/index.php?rest_route=/wp/v2/menu-items/109"
1250
1346
  }
1251
1347
  ],
1252
1348
  "curies": [