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 7dfec32 commit 999b222Copy full SHA for 999b222
dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/CustomerWishlistsTest.php
@@ -136,7 +136,7 @@ public function testWishlistCreationScenario(): void
136
137
$objectManager = Bootstrap::getObjectManager();
138
$customerRepository = $objectManager->create(CustomerRepositoryInterface::class);
139
- $customer = $customerRepository->get('customer@wishlist.com');
+ $customer = $customerRepository->get($customerEmail);
140
$customerRepository->delete($customer);
141
142
$registry->unregister('isSecureArea');
0 commit comments