xxdunedainxx / lindsay-wildlife-treasure-hunt

Treasure hunt game for Lindsay Wildlife
4 stars 0 forks source link

Some page elements are missing id attribute and class attribute #188

Closed rjmacleod closed 2 years ago

rjmacleod commented 2 years ago

Many page elements are missing id and classes. These are used when locating elements for testing with Selenium.

Additionally, the labeling style varies between camel case and hyphen-separated.

Proposed solution: go through each page and ensure every element is labeled with a descriptive hyphen-separated class name and id. This will require updating .css files and JavaScript element locator calls.