ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #00569
[Merge] lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app
Carla Sella has proposed merging lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app with lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory as a prerequisite.
Requested reviews:
Nicholas Skaggs (nskaggs)
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot): continuous-integration
For more details, see:
https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file/+merge/252222
Fixed BottomEdge object in UCUbuntuShape.
--
Your team Ubuntu File Manager Developers is subscribed to branch lp:ubuntu-filemanager-app.
=== modified file 'tests/autopilot/filemanager/__init__.py'
--- tests/autopilot/filemanager/__init__.py 2014-12-07 16:09:26 +0000
+++ tests/autopilot/filemanager/__init__.py 2015-03-08 14:38:29 +0000
@@ -108,7 +108,7 @@
"""Bring the places page to the screen"""
try:
action_item = self.wait_select_single(
- 'ShapeItem', objectName='bottomEdgeTip')
+ 'UCUbuntuShape', objectName='bottomEdgeTip')
action_item.visible.wait_for(True)
action_item.isAnimating.wait_for(False)
start_x = (action_item.globalRect.x +
Follow ups