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 8, 2019
1 parent bc3fa6b commit bf6d023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<element name="website" type="radio" selector="//label[contains(text(), '{{arg}}')]" parameterized="true"/>
<element name="addProducts" type="button" selector="#add_products"/>
<element name="selectProduct" type="checkbox" selector="//td[contains(text(), '{{arg}}')]/following-sibling::td[contains(@class, 'col-select col-in_products')]" parameterized="true"/>
<element name="selectProduct" type="checkbox" selector="//td[contains(text(), '{{arg}}')]/following-sibling::td[contains(@class, 'col-select col-in_products')]/label/input" parameterized="true"/>
<element name="setQuantity" type="checkbox" selector="//td[contains(text(), '{{arg}}')]/following-sibling::td[contains(@class, 'col-qty')]/input" parameterized="true"/>
<element name="addProductsToOrder" type="button" selector="//span[text()='Add Selected Product(s) to Order']"/>
<element name="customPrice" type="checkbox" selector="//span[text()='{{arg}}']/parent::td/following-sibling::td/div//span[contains(text(),'Custom Price')]" parameterized="true"/>
Expand Down

0 comments on commit bf6d023

Please sign in to comment.