FarseerTeam / Farseer

MIT License
2 stars 8 forks source link

Cleanup selenium non-unique selector warnings #45

Closed vreynolds closed 3 years ago

vreynolds commented 8 years ago

When running a build, there are multiple selenium warnings of the type (WARNING - more than one element found for locator By.cssSelector(".fa-pencil-square-o") - the first result will be used). Clean up tests to use unique selectors, so the warnings are no more.