Code review comment for lp:~fboucault/camera-app/tap_exits_options

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

46 + self.assertThat(
47 + self.main_window.get_qml_view().visible, Eventually(Equals(True)))

This assertion probably belongs in CameraAppTestCase.setUp() (but it’s ok if you address that separately).

« Back to merge proposal