feat: adição dos testId 13 e 15
This commit is contained in:
parent
60237e8024
commit
16332e6756
@ -23,7 +23,8 @@
|
||||
|
||||
"html#DescriptionSectionPDP":{
|
||||
"props": {
|
||||
"tag": "section"
|
||||
"tag": "section",
|
||||
"testId": "tab-layout"
|
||||
},
|
||||
"children": [
|
||||
"tab-layout#pdp"
|
||||
@ -333,10 +334,17 @@
|
||||
"html#sku-selector",
|
||||
"flex-layout.row#quantity-and-buy-button",
|
||||
"availability-subscriber",
|
||||
"shipping-simulator"
|
||||
"html#shipping-simulator"
|
||||
]
|
||||
},
|
||||
|
||||
"html#shipping-simulator": {
|
||||
"props": {
|
||||
"testId": "shipping-simulator"
|
||||
},
|
||||
"children": ["shipping-simulator"]
|
||||
},
|
||||
|
||||
"product-installments#m3": {
|
||||
"props": {
|
||||
"markers": ["discount"],
|
||||
|
@ -8,6 +8,11 @@
|
||||
*/
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.flexRowContent--newsletter-footer .newsletter {
|
||||
height: 175px;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.searchBarContainer {
|
||||
padding: 0;
|
||||
align-self: center;
|
||||
@ -430,8 +435,4 @@
|
||||
.shippingTable .shippingTableBody .shippingTableRow {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.flexRowContent--newsletter-footer .newsletter {
|
||||
height: 175px;
|
||||
background-color: #000000;
|
||||
}
|
Loading…
Reference in New Issue
Block a user