We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da38a5e + c5ee9d8 commit 4cae0f0Copy full SHA for 4cae0f0
app/code/Magento/Sales/Test/Mftf/ActionGroup/OrderSelectFlatRateShippingActionGroup.xml
@@ -14,7 +14,7 @@
14
</annotations>
15
16
<click selector="{{AdminOrderFormPaymentSection.header}}" stepKey="unfocus"/>
17
- <waitForPageLoad stepKey="waitForJavascriptToFinish"/>
+ <waitForLoadingMaskToDisappear stepKey="waitForJavascriptToFinish"/>
18
<click selector="{{AdminOrderFormPaymentSection.getShippingMethods}}" stepKey="clickShippingMethods"/>
19
<waitForElementVisible selector="{{AdminOrderFormPaymentSection.flatRateOption}}" stepKey="waitForShippingOptions"/>
20
<selectOption selector="{{AdminOrderFormPaymentSection.flatRateOption}}" userInput="flatrate_flatrate" stepKey="checkFlatRate"/>
0 commit comments