File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CheckoutAgreements/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" StorefrontCheckoutAgreementsSection" >
12
- <element name =" checkoutAgreementCheckbox" type =" checkbox" selector =" input#agreement_checkmo_3.required-entry" />
12
+ <element name =" checkoutAgreementCheckboxInput" type =" checkbox" selector =" input#agreement_checkmo_3.required-entry" />
13
+ <element name =" checkoutAgreementCheckbox" type =" checkbox" selector =" div.checkout-agreement.field.choice.required > input" />
13
14
<element name =" checkoutAgreementButton" type =" button" selector =" div.checkout-agreements-block > div > div > div > label > button > span" />
14
15
<element name =" checkoutAgreementErrorMessage" type =" button" selector =" div.checkout-agreement.field.choice.required > div.mage-error" />
15
16
<element name =" checkoutAgreementCheckboxcheck" type =" checkbox" selector =" //span[text()='{{agreementname}}']/../../../input[@type='checkbox']" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments