-
Notifications
You must be signed in to change notification settings - Fork 206
e2e: comprehensive POM for WDS #2232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: arpit529srivastava <arpitsrivastava529@gmail.com>
Signed-off-by: arpit529srivastava <arpitsrivastava529@gmail.com>
|
/cc @btwshivam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
LGTM label has been added. Git tree hash: e6db0d638c89b7d64ead0899e0342e2b1c43d120
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: btwshivam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR adds a comprehensive Page Object Model (POM) for the WDS (Workload Discovery Service) page to support end-to-end testing. The
WDSPageclass extendsBasePageand provides a robust set of methods and locators for interacting with all major features of the WDS interface.Related Issue
Under #2159
Changes Made
WDSPageclass extendingBasePagewith locators for UI elements (buttons, canvas, tables, filters, panels, etc.)goto(),ensureOnWdsPage(),waitForPageLoad())selectContext(),applyFilter(),clearFilters())isDetailsPanelOpen(),closeDetailsPanel())Checklist
Please ensure the following before submitting your PR:
Screenshots or Logs (if applicable)
Additional Notes