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":{ "html#DescriptionSectionPDP":{
"props": { "props": {
"tag": "section" "tag": "section",
"testId": "tab-layout"
}, },
"children": [ "children": [
"tab-layout#pdp" "tab-layout#pdp"
@ -333,10 +334,17 @@
"html#sku-selector", "html#sku-selector",
"flex-layout.row#quantity-and-buy-button", "flex-layout.row#quantity-and-buy-button",
"availability-subscriber", "availability-subscriber",
"shipping-simulator" "html#shipping-simulator"
] ]
}, },
"html#shipping-simulator": {
"props": {
"testId": "shipping-simulator"
},
"children": ["shipping-simulator"]
},
"product-installments#m3": { "product-installments#m3": {
"props": { "props": {
"markers": ["discount"], "markers": ["discount"],

View File

@ -8,6 +8,11 @@
*/ */
/* Media Query M3 */ /* Media Query M3 */
/* Grid breakpoints */ /* Grid breakpoints */
.flexRowContent--newsletter-footer .newsletter {
height: 175px;
background-color: #000000;
}
.searchBarContainer { .searchBarContainer {
padding: 0; padding: 0;
align-self: center; align-self: center;
@ -431,7 +436,3 @@
align-items: center; align-items: center;
} }
} }
.flexRowContent--newsletter-footer .newsletter {
height: 175px;
background-color: #000000;
}