Skip to content

Commit 3b20593

Browse files
ACQE-8879: Create a simple product with custom options using area and field.
- Updated test name.
1 parent 75758b5 commit 3b20593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/SimpleProductWithCustomOptionToWishlistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function setUp(): void
8787
*
8888
* @return void
8989
*/
90-
public function testAddSimpleProductWithFieldAndAreaOptions(): void
90+
public function testAddSimpleProductWithCustomOptionsToWishlistTest(): void
9191
{
9292
$sku = 'simple_co';
9393
$uids = $this->getEnteredOptionUids($sku, [

0 commit comments

Comments
 (0)