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

Revision history for this message
Günter Schwann (schwann) wrote :

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

« Back to merge proposal