File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -648,15 +648,6 @@ public function filterMultipleCategoriesDataProvider(): array
648
648
'in ' ,
649
649
'["category-1-2", "movable"] ' ,
650
650
[
651
- [
652
- 'id ' => '7 ' ,
653
- 'name ' => 'Movable ' ,
654
- 'url_key ' => 'movable ' ,
655
- 'url_path ' => 'movable ' ,
656
- 'children_count ' => '0 ' ,
657
- 'path ' => '1/2/7 ' ,
658
- 'position ' => '3 '
659
- ],
660
651
[
661
652
'id ' => '13 ' ,
662
653
'name ' => 'Category 1.2 ' ,
@@ -665,6 +656,15 @@ public function filterMultipleCategoriesDataProvider(): array
665
656
'children_count ' => '0 ' ,
666
657
'path ' => '1/2/3/13 ' ,
667
658
'position ' => '2 '
659
+ ],
660
+ [
661
+ 'id ' => '7 ' ,
662
+ 'name ' => 'Movable ' ,
663
+ 'url_key ' => 'movable ' ,
664
+ 'url_path ' => 'movable ' ,
665
+ 'children_count ' => '0 ' ,
666
+ 'path ' => '1/2/7 ' ,
667
+ 'position ' => '3 '
668
668
]
669
669
]
670
670
],
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public function testPaging()
155
155
$ lastPageQuery = sprintf ($ baseQuery , $ page1Result ['categories ' ]['page_info ' ]['total_pages ' ]);
156
156
$ lastPageResult = $ this ->graphQlQuery ($ lastPageQuery );
157
157
$ this ->assertCount (1 , $ lastPageResult ['categories ' ]['items ' ]);
158
- $ this ->assertEquals ('Category 1.2 ' , $ lastPageResult ['categories ' ]['items ' ][0 ]['name ' ]);
158
+ $ this ->assertEquals ('Category 12 ' , $ lastPageResult ['categories ' ]['items ' ][0 ]['name ' ]);
159
159
}
160
160
161
161
/**
Original file line number Diff line number Diff line change @@ -629,15 +629,6 @@ public function filterMultipleCategoriesDataProvider(): array
629
629
'in ' ,
630
630
'["category-1-2", "movable"] ' ,
631
631
[
632
- [
633
- 'id ' => '7 ' ,
634
- 'name ' => 'Movable ' ,
635
- 'url_key ' => 'movable ' ,
636
- 'url_path ' => 'movable ' ,
637
- 'children_count ' => '0 ' ,
638
- 'path ' => '1/2/7 ' ,
639
- 'position ' => '3 '
640
- ],
641
632
[
642
633
'id ' => '13 ' ,
643
634
'name ' => 'Category 1.2 ' ,
@@ -646,6 +637,15 @@ public function filterMultipleCategoriesDataProvider(): array
646
637
'children_count ' => '0 ' ,
647
638
'path ' => '1/2/3/13 ' ,
648
639
'position ' => '2 '
640
+ ],
641
+ [
642
+ 'id ' => '7 ' ,
643
+ 'name ' => 'Movable ' ,
644
+ 'url_key ' => 'movable ' ,
645
+ 'url_path ' => 'movable ' ,
646
+ 'children_count ' => '0 ' ,
647
+ 'path ' => '1/2/7 ' ,
648
+ 'position ' => '3 '
649
649
]
650
650
]
651
651
],
You can’t perform that action at this time.
0 commit comments