Code review comment for lp:~om26er/gallery-app/camera-integration-test

Revision history for this message
Omer Akram (om26er) wrote :

> + self.assertThat(current_focused_app, Eventually(Equals("camera-
> app")))
> Is "current_focused_app" updated correctly? I would have expected a lambda
> function here

It seems to work fine. The current_focused_app is updated even the camera-app is fully rendered on screen which makes me believe that its quite reliable.

« Back to merge proposal