File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 </arguments >
1818
1919 <waitForElementClickable selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" waitForElementClickable" />
20- <scrollTo selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" scrollToProductCheckbox" />
21- <moveMouseOver selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" moveMouseOverProductCheckbox" />
20+ <scrollTo selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" x = " -100 " stepKey =" scrollToProductCheckbox" />
21+ <moveMouseOver selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" x = " -100 " stepKey =" moveMouseOverProductCheckbox" />
2222 <checkOption selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" selectProduct" />
2323 <waitForPageLoad stepKey =" waitForBackgroundProcessesToFinish" />
2424 </actionGroup >
Original file line number Diff line number Diff line change 4545 </after >
4646 <executeJS function =" return window.location.host" stepKey =" hostname" />
4747 <amOnUrl url =" http://{$hostname}/checkout" stepKey =" goToUnsecureCheckoutURL" />
48+ <waitForPageLoad stepKey =" waitForCheckoutShippingPageToLoad" />
4849 <seeCurrentUrlEquals url =" https://{$hostname}/checkout" stepKey =" seeSecureCheckoutURL" />
4950 <amOnUrl url =" http://{$hostname}/checkout/sidebar" stepKey =" goToUnsecureCheckoutSidebarURL" />
51+ <waitForPageLoad stepKey =" waitForUnsecureCheckoutSidebarPageToLoad" />
5052 <seeCurrentUrlEquals url =" http://{$hostname}/checkout/sidebar" stepKey =" seeUnsecureCheckoutSidebarURL" />
5153 </test >
5254</tests >
You can’t perform that action at this time.
0 commit comments