Merge lp:~canonical-platform-qa/unity-scope-click/fix_search_button_objectname into lp:unity-scope-click

Proposed by Brendan Donegan
Status: Merged
Approved by: Charles Kerr
Approved revision: 388
Merged at revision: 390
Proposed branch: lp:~canonical-platform-qa/unity-scope-click/fix_search_button_objectname
Merge into: lp:unity-scope-click
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/unityclickscope/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/unity-scope-click/fix_search_button_objectname
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+277007@code.launchpad.net

Commit message

Dash search button name changed from search_header_button to search_action_button

Description of the change

Dash search button name changed from search_header_button to search_action_button

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) wrote :

Thanks Brendan!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/unityclickscope/__init__.py'
2--- tests/autopilot/unityclickscope/__init__.py 2015-05-06 18:10:50 +0000
3+++ tests/autopilot/unityclickscope/__init__.py 2015-11-09 13:56:07 +0000
4@@ -95,7 +95,7 @@
5 # work for the temp store scope.
6 # TODO file a bug. --elopio - 2014-11-28
7 search_button = self.wait_select_single(
8- objectName='search_header_button')
9+ objectName='search_action_button')
10 self.pointing_device.click_object(search_button)
11 headerContainer = self.wait_select_single(
12 objectName='headerContainer')

Subscribers

People subscribed via source and target branches