File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/OrderCancellation/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-3
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" />
26
25
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
27
26
</after >
28
27
<amOnPage url =" {{AdminOrderCancellationConfigPage.url}}" stepKey =" navigateToConfigurationPage" />
29
28
<waitForPageLoad time =" 30" stepKey =" waitForAdminSalesConfigPageLoad" />
30
- <waitForElementClickable selector =" {{AdminOrderCancellationConfigSection.salesCancellationHead}}" stepKey =" waitForElementToBeClickable" />
31
- <click selector =" {{AdminOrderCancellationConfigSection.salesCancellationHead}}" stepKey =" clickElementToExpand" />
29
+ <conditionalClick selector =" {{AdminOrderCancellationConfigSection.salesCancellationHead}}" dependentSelector =" {{AdminOrderCancellationConfigSection.systemValueForSalesCancellationReasons}}" visible =" false" stepKey =" clickElementToExpand" />
32
30
<uncheckOption selector =" {{AdminOrderCancellationConfigSection.systemValueForSalesCancellationReasons}}" stepKey =" uncheckUseSystemValue" />
33
31
<click selector =" {{AdminOrderCancellationConfigSection.deleteFirstReason}}" stepKey =" deleteDefaultReason" />
34
32
<fillField selector =" {{AdminOrderCancellationConfigSection.editFirstReason}}" userInput =" Modified reason" stepKey =" editDefaultReason" />
You can’t perform that action at this time.
0 commit comments