We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2db66 commit 4ebaca8Copy full SHA for 4ebaca8
app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartSummarySection.xml
@@ -42,6 +42,6 @@
42
<element name="fptAmount" type="text" selector="//*[@id='cart-totals']//tr[@class='totals']//td[@class='amount']/span"/>
43
<element name="canadaTaxAmount" type="text" selector="//span[@data-th='Canada-GST-5%']"/>
44
<element name="canadaPstTaxAmount" type="text" selector="//span[@data-th='Canada-GST-PST-5%']"/>
45
- <element name="PayPalBtnLessTimeout" type="button" selector=".paypal-button.paypal-button-number-0" timeout="3"/>
+ <element name="PayPalBtnLessTimeout" type="button" selector=".paypal-button.paypal-button-number-0"/>
46
</section>
47
</sections>
0 commit comments