From 0e6e30ab27e45e22bd0106567d67f82eb36fe54f Mon Sep 17 00:00:00 2001 From: Uttej V S K Date: Fri, 18 Oct 2024 11:34:10 -0500 Subject: [PATCH] EDU-238: Angular Gen 2 SSR - Blueprints Product Detail (#3636) ## Description This PR will enable us with Angular Gen 2 SSR code in the Product Details Blueprints. --------- Authored-by: Uttej Venkata Sastry --- .../src/snippet-tests/blueprints-product-details.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdks-tests/src/snippet-tests/blueprints-product-details.spec.ts b/packages/sdks-tests/src/snippet-tests/blueprints-product-details.spec.ts index 26a1bd0e54c..82db8c3cd32 100644 --- a/packages/sdks-tests/src/snippet-tests/blueprints-product-details.spec.ts +++ b/packages/sdks-tests/src/snippet-tests/blueprints-product-details.spec.ts @@ -46,4 +46,4 @@ test.describe('Product Details Component', () => { const price = await priceLocator.textContent(); expect(price).toContain('200'); }); -}); +}); \ No newline at end of file