feat: adição dos testId 13 e 15

This commit is contained in:
José Carlos Lins 2023-02-04 14:37:40 -03:00
parent 60237e8024
commit 16332e6756
2 changed files with 15 additions and 6 deletions

View File

@ -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"],

View File

@ -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;
}