[CRAFTING] Add Page Object Model for datagrid-web's E2E specs#2308
[CRAFTING] Add Page Object Model for datagrid-web's E2E specs#2308leonardomendix wants to merge 5 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| /** Navigate to a page; the fixture auto-waits for Mendix readiness. */ | ||
| async open(path = "/") { | ||
| await this.page.goto(path); | ||
| } |
There was a problem hiding this comment.
I beleive this is overkill, I would rather wrap a datagrid, then we can use for example two datagrids on a page.
AI Code Review
What was reviewed
Skipped (out of scope): Findings
|
Pull request type
Test related change (New E2E test, test automation, etc.)
Description
This PR introduced a Page Object Model for datagrid-web's E2E specs, rewrote all six specs on it, and documented POM conventions in the e2e guidelines.