File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Catalog/Test/Mftf/Section
ConfigurableProduct/Test/Mftf/Test/StorefrontConfigurableProductViewTest Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3636 <element name =" asLowAsLabel" type =" input" selector =" //strong[@id='block-related-heading']/following::span[@class='price-label'][1]" />
3737 <element name =" asLowAsLabelAgain" type =" input" selector =" //strong[@id='block-related-heading']/following::span[@class='price-label'][2]" />
3838 <element name =" specialPriceValue" type =" text" selector =" //span[@class='special-price']//span[@class='price']" />
39- <element name =" mapPrice" type =" text" selector =" //div[@class='price-box price-final_price']//span[contains(@class, 'price-msrp_price')]" />
39+ <element name =" mapPrice" type =" text" selector =" //div[@class='price-box price-final_price']//span[contains(@class, 'price-msrp_price')]//span " />
4040 <element name =" clickForPriceLink" type =" text" selector =" //div[@class='price-box price-final_price']//a[contains(text(), 'Click for price')]" />
4141 <element name =" addReviewLink" type =" text" selector =" //div[@class='reviews-actions']//a[@class='action add']" />
4242 <element name =" fptPrice" type =" text" selector =" .//*[@class='weee']/span" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- /**
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details .
6- */
3+ /**
4+ * Copyright 2020 Adobe
5+ * All Rights Reserved .
6+ */
77-->
8+
89<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
910 xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Test/etc/testSchema.xsd" >
1011 <test name =" StorefrontConfigurableProductMSRPCovertTest" >
112113 </actionGroup >
113114
114115 <selectOption selector =" {{StorefrontProductInfoMainSection.productAttributeOptionsSelectButton}}" userInput =" $$getConfigAttributeOption1.value$$" stepKey =" selectFirstOption" />
116+ <waitForAjaxLoad stepKey =" waitForAjaxload" />
115117 <waitForElement selector =" {{StorefrontProductInfoMainSection.mapPrice}}" stepKey =" waitForLoad" />
116118 <grabTextFrom selector =" {{StorefrontProductInfoMainSection.mapPrice}}" stepKey =" grabProductMapPrice" />
117119 <assertNotEquals stepKey =" assertProductMapPrice" >
You can’t perform that action at this time.
0 commit comments