Skip to content

Commit d59d22e

Browse files
committed
PWA-1720: Expose storefront properties of Catalog attributes
- fix position check
1 parent fe8da2f commit d59d22e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ public function testFilterProductsByMultiSelectCustomAttributes()
432432
attribute_code
433433
count
434434
label
435-
position
436435
options
437436
{
438437
label
@@ -451,11 +450,6 @@ public function testFilterProductsByMultiSelectCustomAttributes()
451450
$this->assertNotEmpty($response['products']['filters']);
452451
$this->assertNotEmpty($response['products']['aggregations']);
453452
$this->assertCount(2, $response['products']['aggregations']);
454-
$aggregations = $response['products']['aggregations'];
455-
foreach($aggregations as $aggregation)
456-
{
457-
$this->assertNotEmpty($aggregations['position']);
458-
}
459453
}
460454

461455
/**

0 commit comments

Comments
 (0)