Forum Discussion
luke_jones
12 years agoOccasional Contributor
I'm don't know why the tests have suddenly stopped working though. As you can see from the below my tests consists of three steps on which the third fails with the 'destroyed' error message.
Browsers.Item(btChrome).Navigate(diaryAddress);
var base = Aliases.browser.clinicsDiary;
base.QuerySelector("#locationSelector button").Click();
The page that is loaded in the first step is a static page so shouldn't be changed before the click action is run.
Do you have any suggestions?
Browsers.Item(btChrome).Navigate(diaryAddress);
var base = Aliases.browser.clinicsDiary;
base.QuerySelector("#locationSelector button").Click();
The page that is loaded in the first step is a static page so shouldn't be changed before the click action is run.
Do you have any suggestions?