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.
2 parents 88b669a + 5614f18 commit a9107b5Copy full SHA for a9107b5
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