424 B
424 B
type, status, category
| type | status | category |
|---|---|---|
| Task | Done |
Make page object pattern structure for the Build Calculator and all it's components.
I am referring to the build calculator found here: IGP\Pages\BuildCalculator\BuildCalculatorPage.razor. Save the page object patter structure here: Playwright/pages
Each of it's components should be in a sub folder called buildCalculator.
This will be used later to make new playwright tests.