Code review comment for lp:~osomon/webbrowser-app/autopilot-more-robust

Revision history for this message
Olivier Tilloy (osomon) wrote :

> 129 - self.assertThat(listview.count, Eventually(Equals(6)))
> 130 + self.assertThat(listview.count, Eventually(Equals(7)))
> Why does this value change?

Because with the new parent class, the homepage has finished loading when the test case starts, so the homepage has been added to the navigation history, and its URL contains a "u", which is what is being typed in the address bar, so as a consequence there is one more match in the suggestions list.

« Back to merge proposal