File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/functional/tests/app/Magento Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
<data name =" customer/data/lastname" xsi : type =" string" >Doe%isolation%</data >
17
17
<data name =" customer/data/suffix" xsi : type =" string" >_Suffix%isolation%</data >
18
18
<data name =" customer/data/email" xsi : type =" string" >JohnDoe%isolation%@example.com</data >
19
- <data name =" customer/data/dob" xsi : type =" string" >Aug 01 , 1986</data >
19
+ <data name =" customer/data/dob" xsi : type =" string" >Aug 1 , 1986</data >
20
20
<data name =" customer/data/taxvat" xsi : type =" string" >123456789001</data >
21
21
<data name =" customer/data/gender" xsi : type =" string" >Male</data >
22
22
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerSuccessSaveMessage" />
52
52
<data name =" customer/data/lastname" xsi : type =" string" >Doe%isolation%</data >
53
53
<data name =" customer/data/suffix" xsi : type =" string" >_JaneSuffix%isolation%</data >
54
54
<data name =" customer/data/email" xsi : type =" string" >Jane%isolation%@example.com</data >
55
- <data name =" customer/data/dob" xsi : type =" string" >Dec 01 , 2000</data >
55
+ <data name =" customer/data/dob" xsi : type =" string" >Dec 1 , 2000</data >
56
56
<data name =" customer/data/taxvat" xsi : type =" string" >987654321</data >
57
57
<data name =" customer/data/gender" xsi : type =" string" >Female</data >
58
58
<data name =" address/data/prefix" xsi : type =" string" >Prefix%isolation%_</data >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Price extends \Magento\Catalog\Test\Block\AbstractPriceBlock
18
18
*/
19
19
protected $ mapTypePrices = [
20
20
'regular_price ' => [
21
- 'selector ' => '[data-price-type="finalPrice"] .price ' ,
21
+ 'selector ' => '.price-wrapper ' ,
22
22
],
23
23
'fpt_price ' => [
24
24
'selector ' => '[data-price-type="weee"] .price ' ,
You can’t perform that action at this time.
0 commit comments