File tree 2 files changed +11
-11
lines changed
Customer/Test/Mftf/ActionGroup 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
<argument name =" Customer" />
13
13
</arguments >
14
14
<amOnPage url =" {{StorefrontCustomerSignInPage.url}}" stepKey =" amOnSignInPage" />
15
- <waitForPageLoad time = " 30 " stepKey =" waitPageFullyLoaded" />
15
+ <waitForPageLoad stepKey =" waitPageFullyLoaded" />
16
16
<waitForElementVisible selector =" {{StorefrontCustomerSignInFormSection.emailField}}" stepKey =" waitFormAppears" />
17
17
<fillField userInput =" {{Customer.email}}" selector =" {{StorefrontCustomerSignInFormSection.emailField}}" stepKey =" fillEmail" />
18
18
<fillField userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" stepKey =" fillPassword" />
Original file line number Diff line number Diff line change 35
35
<!-- Delete customer -->
36
36
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
37
37
38
+ <!-- Rollback config -->
39
+ <actionGroup ref =" AdminOpenShippingMethodsConfigPageActionGroup" stepKey =" openShippingMethodSystemConfigPage" />
40
+ <actionGroup ref =" AdminSwitchWebsiteByNameActionGroup" stepKey =" AdminSwitchStoreViewToMainWebsite" >
41
+ <argument name =" website" value =" _defaultWebsite" />
42
+ </actionGroup >
43
+ <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" disableTableRatesShippingMethod" >
44
+ <argument name =" status" value =" 0" />
45
+ </actionGroup >
46
+ <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveSystemConfig" />
47
+
38
48
<!-- Log out -->
39
49
<actionGroup ref =" logout" stepKey =" logout" />
40
50
</after >
100
110
<argument name =" methodName" value =" {{TableRatesWeightVSDestination.methodName}}" />
101
111
<argument name =" price" value =" {{TableRatesWeightVSDestination.price}}" />
102
112
</actionGroup >
103
-
104
- <!-- Rollback config -->
105
- <actionGroup ref =" AdminOpenShippingMethodsConfigPageActionGroup" stepKey =" openShippingMethodSystemConfigPage" />
106
- <actionGroup ref =" AdminSwitchWebsiteByNameActionGroup" stepKey =" AdminSwitchStoreViewToMainWebsite" >
107
- <argument name =" website" value =" _defaultWebsite" />
108
- </actionGroup >
109
- <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" disableTableRatesShippingMethod" >
110
- <argument name =" status" value =" 0" />
111
- </actionGroup >
112
- <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveSystemConfig" />
113
113
</test >
114
114
</tests >
You can’t perform that action at this time.
0 commit comments