File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/OrderCancellation/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
23
23
</before >
24
24
<after >
25
+ <click selector =" {{AdminOrderCancellationConfigSection.salesCancellationHead}}" stepKey =" clickElementAgainToCloseTheSection" />
25
26
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
26
27
</after >
27
- <amOnPage url =" {{AdminOrderCancellationConfigPage.url('#sales_cancellation-head') }}" stepKey =" navigateToConfigurationPage" />
28
+ <amOnPage url =" {{AdminOrderCancellationConfigPage.url}}" stepKey =" navigateToConfigurationPage" />
28
29
<waitForPageLoad time =" 30" stepKey =" waitForAdminSalesConfigPageLoad" />
30
+ <waitForElementClickable selector =" {{AdminOrderCancellationConfigSection.salesCancellationHead}}" stepKey =" waitForElementToBeClickable" />
31
+ <click selector =" {{AdminOrderCancellationConfigSection.salesCancellationHead}}" stepKey =" clickElementToExpand" />
29
32
<uncheckOption selector =" {{AdminOrderCancellationConfigSection.systemValueForSalesCancellationReasons}}" stepKey =" uncheckUseSystemValue" />
30
33
<click selector =" {{AdminOrderCancellationConfigSection.deleteFirstReason}}" stepKey =" deleteDefaultReason" />
31
34
<fillField selector =" {{AdminOrderCancellationConfigSection.editFirstReason}}" userInput =" Modified reason" stepKey =" editDefaultReason" />
You can’t perform that action at this time.
0 commit comments