Skip to content

Commit

Permalink
Fix functional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Feb 19, 2019
1 parent 17d416a commit 5d42fa8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="AdminOrderFormConfigureProductSection">
<element name="optionSelect" type="select" selector="//div[@class='product-options']/div/div/select[../../label[text() = '{{option}}']]" parameterized="true"/>
<element name="optionSelect" type="select" selector="//div[contains(@class, 'product-options')]//div//label[.='{{option}}']//following-sibling::*//select" parameterized="true"/>
<element name="quantity" type="input" selector="#product_composite_configure_input_qty"/>
<element name="ok" type="button" selector=".modal-header .page-actions button[data-role='action']" timeout="30"/>
</section>
</sections>
</sections>

0 comments on commit 5d42fa8

Please sign in to comment.