Skip to content

Commit

Permalink
EDU-238: Angular Gen 2 SSR - Blueprints Product Detail (#3636)
Browse files Browse the repository at this point in the history
## Description

This PR will enable us with Angular Gen 2 SSR code in the Product
Details Blueprints.

---------

Authored-by: Uttej Venkata Sastry <uttej@builder.io>
  • Loading branch information
uttej-vsk authored Oct 18, 2024
1 parent 5719579 commit 0e6e30a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ test.describe('Product Details Component', () => {
const price = await priceLocator.textContent();
expect(price).toContain('200');
});
});
});

0 comments on commit 0e6e30a

Please sign in to comment.