Code review comment for lp:~pitti/messaging-app/phonesim-tests

Revision history for this message
Martin Pitt (pitti) wrote :

This currently contains two helper methods:

 * go_back() for pressing the toolbar's "Back" button. This isn't i18n safe, and should eventually move into the Ubuntu toolkit emulator. I filed bug 1239751 about that yesterday, and Leo proposed a fix for that. Once that lands, we can drop this.

 * close_osk() for closing the on-screen keyboard. This is quite ugly, and I filed bug 1239753 for a better and generic solution instead of replicating something like that in each tests. This is currently being investigated.

« Back to merge proposal