File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
app/code/Magento/Config/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- /**
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details .
6- */
3+ /**
4+ * Copyright 2023 Adobe
5+ * All Rights Reserved .
6+ */
77-->
88
99<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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 =" waitForConfigurationPageSave" />
2928 <!-- Wait for configuration to be applied-->
3029 <waitForPageLoad stepKey =" waitForConfigurationSave" />
3130 <!-- Clear cache to ensure timezone change takes effect-->
4544 </actionGroup >
4645 <!-- Logout customer from storefront (if logged in) -->
4746 <actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
48- <comment userInput =" BIC workaround" stepKey =" seeIfCustomerIsDeleted" />
4947 <!-- Delete customer -->
5048 <actionGroup ref =" AdminDeleteCustomerActionGroup" stepKey =" deleteCustomer" >
5149 <argument name =" customerEmail" value =" Simple_US_Customer.email" />
5755 <actionGroup ref =" SignUpNewUserFromStorefrontActionGroup" stepKey =" signUpNewUser" >
5856 <argument name =" Customer" value =" Simple_US_Customer" />
5957 </actionGroup >
60- <comment userInput =" BIC workaround" stepKey =" waitForCustomerToBeCreated" />
6158 <!-- Go to *Customers > All Customers* page-->
6259 <amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" GoToCustomerPage" />
6360 <waitForPageLoad stepKey =" waitForCustomersPage2" />
You can’t perform that action at this time.
0 commit comments