From 16332e6756d8cc91eab406c4d2d3cfb3cb356d37 Mon Sep 17 00:00:00 2001 From: Carlos Lins Date: Sat, 4 Feb 2023 14:37:40 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20adi=C3=A7=C3=A3o=20dos=20testId=2013=20?= =?UTF-8?q?e=2015?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/blocks/pdp/product.jsonc | 12 ++++++++++-- styles/css/vtex.store-components.css | 9 +++++---- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 42fd945..867ce32 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -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"], diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index b947f77..a0db45b 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -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; } \ No newline at end of file