SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 18 forks source link

Make the "Create New Enrollment" Button on the Welcome Page Testable #248

Closed BenGalewsky closed 7 years ago

BenGalewsky commented 7 years ago

Problem

For Selenium tests, elements on the page should be easily selectable via JQuery paths. The "Create New Enrollment" button on the welcome page doesn't have an id and shares the same path with the "Get Profiles" Button.

Solution

Give both buttons unique IDs and update the Selenium tests to use them

jasonaowen commented 7 years ago

Duplicate of #333