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
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