We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295213a commit 5614f18Copy full SHA for 5614f18
dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/CustomerWishlistsTest.php
@@ -78,7 +78,7 @@ public function testCustomerWishlist(): void
78
public function testWishlistCreationScenario(): void
79
{
80
try {
81
- $customerEmail = 'customer@wishlist.com';
+ $customerEmail = 'customer2@wishlist.com';
82
$this->graphQlMutation(
83
$this->getCreateCustomerQuery($customerEmail),
84
[],
0 commit comments