Skip to content

Commit bad70a1

Browse files
committed
MAGETWO-90301: Extend MFTF tests to check Checkout Success page
1 parent 52f6922 commit bad70a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Test/CheckCheckoutSuccessPageTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@
114114
<!--Check "Print Receipt" button is presented (desktop only)-->
115115
<seeElement selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="seeVisiblePrint"/>
116116
<resizeWindow width="600" height="800" stepKey="resizeWindow"/>
117-
<wait time="3" stepKey="waitForWindowResizing1"/>
117+
<wait time="10" stepKey="waitForWindowResizing1"/>
118118
<waitForElementNotVisible selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="waitInvisiblePrint"/>
119119
<dontSeeElement selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="seeInvisiblePrint"/>
120120
<maximizeWindow stepKey="maximizeWindowKey1"/>
121-
<wait time="3" stepKey="waitForWindowResizing2"/>
121+
<wait time="10" stepKey="waitForWindowResizing2"/>
122122
<waitForElementVisible selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="waitVisiblePrint"/>
123123
<seeElement selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="seeVisiblePrint2" />
124124

0 commit comments

Comments
 (0)