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 1616 <waitForPageLoad stepKey =" waitForGiftOptionsOpen" />
1717 <uncheckOption selector =" {{AdminProductGiftOptionsSection.useConfigSettingsMessage}}" stepKey =" uncheckConfigSettingsMessage" />
1818 <click selector =" {{AdminProductGiftOptionsSection.toggleProductGiftMessage}}" stepKey =" clickToGiftMessageSwitcher" />
19- <seeElement selector =" {{AdminProductGiftOptionsSection.giftMessageStatus('status')}}" stepKey =" assertGiftMessageStatus" />
19+ <waitForElementVisible selector =" {{AdminProductGiftOptionsSection.giftMessageStatus('status')}}" stepKey =" assertGiftMessageStatus" />
2020 </actionGroup >
2121</actionGroups >
Original file line number Diff line number Diff line change 1212 <arguments >
1313 <argument name =" productSKU" type =" string" />
1414 </arguments >
15+ <waitForPageLoad stepKey =" waitForPageLoad" />
1516 <click selector =" {{AdminOrderFormItemsSection.addProducts}}" stepKey =" clickAddProducts" />
1617 <fillField selector =" {{AdminOrderFormItemsSection.skuFilter}}" userInput =" {{productSKU}}" stepKey =" fillSkuFilter" />
1718 <click selector =" {{AdminOrderFormItemsSection.search}}" stepKey =" clickSearchConfigurable" />
1819 <scrollTo selector =" {{AdminOrderFormItemsSection.rowCheck('1')}}" x =" 0" y =" -100" stepKey =" scrollToCheckColumn" />
1920 <checkOption selector =" {{AdminOrderFormItemsSection.rowCheck('1')}}" stepKey =" selectProduct" />
20- <waitForLoadingMaskToDisappear stepKey =" waitForLoading" />
21+ <waitForPageLoad stepKey =" waitForLoading" />
2122 </actionGroup >
2223</actionGroups >
You can’t perform that action at this time.
0 commit comments