IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Fix failing ReturnToHomepage test in GoogleSearch ExampleTests #55

Closed philspokas closed 5 years ago

philspokas commented 5 years ago

ReturnToHomepage() is failing with a timeout while waiting an element on the Google Search home page.

The test steps appear to be correctly executed and the Google Search home page is displayed.

PandaMagnus commented 5 years ago

@philspokas Got it. There are two elements on screen with the same html name. It just so happens that the on the first search, the correct button is grabbed first. For whatever reason, when the test returns to the home page, the other (hidden) button is now higher in the DOM. I should have a fix shortly.