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.
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: TestCase` (in tests/autopilot /UpdateManager/ __init_ _.py), there is this:
inside `UbuntuTouchApp
@property self.app)
def main_window(self):
return MainWindow(
`MainWindow` does not exist in the namespace, so this will always fail when called.