File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Config/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2525 <!-- Set needed Timezone-->
2626 <selectOption userInput =" New Zealand Standard Time (Antarctica/McMurdo)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectOption1" />
2727 <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
28+ <comment userInput =" BIC workaround" stepKey =" waitForConfigurationSave" />
2829 <!-- Wait for configuration to be applied-->
2930 <waitForPageLoad stepKey =" waitForConfigurationSave" />
3031 <!-- Clear cache to ensure timezone change takes effect-->
4445 </actionGroup >
4546 <!-- Logout customer from storefront (if logged in) -->
4647 <actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
48+ <comment userInput =" BIC workaround" stepKey =" seeIfCustomerIsDeleted" />
4749 <!-- Delete customer -->
4850 <actionGroup ref =" AdminDeleteCustomerActionGroup" stepKey =" deleteCustomer" >
4951 <argument name =" customerEmail" value =" Simple_US_Customer.email" />
5557 <actionGroup ref =" SignUpNewUserFromStorefrontActionGroup" stepKey =" signUpNewUser" >
5658 <argument name =" Customer" value =" Simple_US_Customer" />
5759 </actionGroup >
60+ <comment userInput =" BIC workaround" stepKey =" waitForCustomerToBeCreated" />
5861 <!-- Go to *Customers > All Customers* page-->
5962 <amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" GoToCustomerPage" />
6063 <waitForPageLoad stepKey =" waitForCustomersPage2" />
You can’t perform that action at this time.
0 commit comments