Merge lp:~nskaggs/ubuntu-filemanager-app/fix-ap-item-renames into lp:ubuntu-filemanager-app

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 514
Merged at revision: 513
Proposed branch: lp:~nskaggs/ubuntu-filemanager-app/fix-ap-item-renames
Merge into: lp:ubuntu-filemanager-app
Diff against target: 30 lines (+3/-3)
1 file modified
tests/autopilot/filemanager/__init__.py (+3/-3)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-filemanager-app/fix-ap-item-renames
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Ubuntu File Manager Developers Pending
Review via email: mp+282628@code.launchpad.net

Commit message

Fix autopilot tests in trunk -- UI element types changed slightly.

Description of the change

Fix autopilot tests in trunk -- UI element types changed slightly.

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
https://core-apps-jenkins.ubuntu.com/job/filemanager-app-autolanding/18/
Executed test runs:
    None: https://core-apps-jenkins.ubuntu.com/job/generic-land-mp/1439/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) :
review: Approve (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
https://core-apps-jenkins.ubuntu.com/job/filemanager-app-autolanding/19/
Executed test runs:
    None: https://core-apps-jenkins.ubuntu.com/job/generic-land-mp/1440/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/filemanager/__init__.py'
--- tests/autopilot/filemanager/__init__.py 2015-03-12 21:39:41 +0000
+++ tests/autopilot/filemanager/__init__.py 2016-01-14 16:46:35 +0000
@@ -108,7 +108,7 @@
108 """Bring the places page to the screen"""108 """Bring the places page to the screen"""
109 try:109 try:
110 action_item = self.wait_select_single(110 action_item = self.wait_select_single(
111 'ShapeItem', objectName='bottomEdgeTip')111 'UCUbuntuShape', objectName='bottomEdgeTip')
112 action_item.visible.wait_for(True)112 action_item.visible.wait_for(True)
113 action_item.isAnimating.wait_for(False)113 action_item.isAnimating.wait_for(False)
114 start_x = (action_item.globalRect.x +114 start_x = (action_item.globalRect.x +
@@ -396,7 +396,7 @@
396396
397 def _split_header_text(self):397 def _split_header_text(self):
398 header_text = self.select_single(398 header_text = self.select_single(
399 'Header', objectName='listViewSmallHeader').text399 'ListItemHeader', objectName='listViewSmallHeader').text
400 match = re.match(self.SPLIT_HEADER_REGEX, header_text)400 match = re.match(self.SPLIT_HEADER_REGEX, header_text)
401 if match:401 if match:
402 path = match.group(1)402 path = match.group(1)
@@ -432,7 +432,7 @@
432432
433 def _split_header_text(self):433 def _split_header_text(self):
434 header_text = self.select_single(434 header_text = self.select_single(
435 'Header', objectName='iconViewHeader').text435 'ListItemHeader', objectName='iconViewHeader').text
436 match = re.match(self.SPLIT_HEADER_REGEX, header_text)436 match = re.match(self.SPLIT_HEADER_REGEX, header_text)
437 if match:437 if match:
438 path = match.group(1)438 path = match.group(1)

Subscribers

People subscribed via source and target branches