File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Catalog/Test/Mftf/ActionGroup
Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
<waitForPageLoad stepKey =" waitForGiftOptionsOpen" />
17
17
<uncheckOption selector =" {{AdminProductGiftOptionsSection.useConfigSettingsMessage}}" stepKey =" uncheckConfigSettingsMessage" />
18
18
<click selector =" {{AdminProductGiftOptionsSection.toggleProductGiftMessage}}" stepKey =" clickToGiftMessageSwitcher" />
19
- <seeElement selector =" {{AdminProductGiftOptionsSection.giftMessageStatus('status')}}" stepKey =" assertGiftMessageStatus" />
19
+ <waitForElementVisible selector =" {{AdminProductGiftOptionsSection.giftMessageStatus('status')}}" stepKey =" assertGiftMessageStatus" />
20
20
</actionGroup >
21
21
</actionGroups >
Original file line number Diff line number Diff line change 12
12
<arguments >
13
13
<argument name =" productSKU" type =" string" />
14
14
</arguments >
15
+ <waitForPageLoad stepKey =" waitForPageLoad" />
15
16
<click selector =" {{AdminOrderFormItemsSection.addProducts}}" stepKey =" clickAddProducts" />
16
17
<fillField selector =" {{AdminOrderFormItemsSection.skuFilter}}" userInput =" {{productSKU}}" stepKey =" fillSkuFilter" />
17
18
<click selector =" {{AdminOrderFormItemsSection.search}}" stepKey =" clickSearchConfigurable" />
18
19
<scrollTo selector =" {{AdminOrderFormItemsSection.rowCheck('1')}}" x =" 0" y =" -100" stepKey =" scrollToCheckColumn" />
19
20
<checkOption selector =" {{AdminOrderFormItemsSection.rowCheck('1')}}" stepKey =" selectProduct" />
20
- <waitForLoadingMaskToDisappear stepKey =" waitForLoading" />
21
+ <waitForPageLoad stepKey =" waitForLoading" />
21
22
</actionGroup >
22
23
</actionGroups >
You can’t perform that action at this time.
0 commit comments