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 58150a0 commit 52560b3Copy full SHA for 52560b3
dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.php
@@ -20,8 +20,7 @@ class ForgotPasswordOnFrontendTest extends Functional
20
public function testForgotPassword()
21
{
22
// Create Customer
23
- $customer = Factory::getFixtureFactory()->getMagentoCustomerCustomer();
24
- $customer->switchData('customer_US_1');
+ $customer = Factory::getFixtureFactory()->getMagentoCustomerCustomer(['dataSet' => 'customer_US_1']);
25
$customer->persist();
26
27
$customerAccountLoginPage = Factory::getPageFactory()->getCustomerAccountLogin();
0 commit comments