14 lines
424 B
Markdown
14 lines
424 B
Markdown
---
|
|
type: Task
|
|
status: Done
|
|
category:
|
|
---
|
|
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.
|
|
|