Skip to content

Commit

Permalink
ENGCOM-3870: MFTF test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Jan 18, 2019
1 parent fc3a1a6 commit c7e0a40
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 c7e0a40

Please sign in to comment.