File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Multishipping/view/frontend/web/js
dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/Page Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ define([
15
15
opacity : 0.5 , // CSS opacity for the 'Place Order' button when it's clicked and then disabled.
16
16
pleaseWaitLoader : 'span.please-wait' , // 'Submitting order information...' Ajax loader.
17
17
placeOrderSubmit : 'button[type="submit"]' , // The 'Place Order' button.
18
- agreements : '# checkout-agreements' // Container for all of the checkout agreements and terms/conditions
18
+ agreements : '. checkout-agreements' // Container for all of the checkout agreements and terms/conditions
19
19
} ,
20
20
21
21
/**
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/pages.xsd" >
9
9
<page name =" MultishippingCheckoutOverview" mca =" multishipping/checkout/overview" module =" Magento_Checkout" >
10
- <block name =" agreementReview" class =" Magento\CheckoutAgreements\Test\Block\Multishipping\MultishippingAgreementReview" locator =" # checkout-agreements" strategy =" css selector" />
10
+ <block name =" agreementReview" class =" Magento\CheckoutAgreements\Test\Block\Multishipping\MultishippingAgreementReview" locator =" . checkout-agreements" strategy =" css selector" />
11
11
</page >
12
12
</config >
You can’t perform that action at this time.
0 commit comments