GSA / px-benefit-finder

1 stars 0 forks source link

Update Page Object Selectors to Use Data Attributes #1567

Open nehemiah-abuga opened 1 month ago

nehemiah-abuga commented 1 month ago

Description

Modify the existing Cypress test automation suite to use data attributes (data-*) in selectors within the Page Object Model (POM). This will help isolate the tests from potential CSS and JavaScript changes.

User Story

No response

Acceptance Criteria

Existing Cypress test automation suite modified to use data attributes

nehemiah-abuga commented 2 weeks ago

2 scenarios failing from the update of attributes (expandAll). Working to resolve it

Image

Image

nehemiah-abuga commented 1 week ago

Completed. PR is https://github.com/GSA/px-benefit-finder/pull/1756