Comment 0 for bug 1234379

Revision history for this message
Corey Goldberg (coreygoldberg) wrote : Autopilot tests not working

insde lp:click-update-manager , there are set of Autopilot tests, which do not currently work.

specifically, `test_UI_is_loaded` test fails.

the issue seems to be:
inside `UbuntuTouchAppTestCase` (in tests/autopilot/UpdateManager/__init__.py), there is this:

@property
def main_window(self):
    return MainWindow(self.app)

`MainWindow` does not exist in the namespace, so this will always fail when called.