Skip to content

Commit 4511513

Browse files
committed
MAGETWO-90301: Extend MFTF tests to check Checkout Success page
1 parent 27f9075 commit 4511513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@
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+
<waitForElementNotVisible selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="waitInvisiblePrint"/>
117118
<dontSeeElement selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="seeInvisiblePrint"/>
118119
<maximizeWindow stepKey="maximizeWindowKey1"/>
120+
<waitForElementVisible selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="waitVisiblePrint"/>cd
119121
<seeElement selector="{{CheckoutSuccessMainSection.printLink}}" stepKey="seeVisiblePrint2" />
120122

121123
<!--See print page-->

0 commit comments

Comments
 (0)