Merge lp:~bzoltan/ubuntu-weather-app/ensure_visible into lp:ubuntu-weather-app/obsolete.trunk

Proposed by Zoltan Balogh
Status: Rejected
Rejected by: Alan Pope 🍺🐧🐱 πŸ¦„
Proposed branch: lp:~bzoltan/ubuntu-weather-app/ensure_visible
Merge into: lp:ubuntu-weather-app/obsolete.trunk
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/ubuntu_weather_app/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~bzoltan/ubuntu-weather-app/ensure_visible
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Needs Fixing
Alan Pope 🍺🐧🐱 πŸ¦„ Pending
Review via email: mp+242981@code.launchpad.net

Commit message

Replace deprecated and private _show_if_not_visible() with the public ensure_visible()

Description of the change

Replace deprecated and private _show_if_not_visible() with the public ensure_visible()

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

Unmerged revisions

389. By Zoltan Balogh

Replace deprecated and private _show_if_not_visible() with the public ensure_visible()

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntu_weather_app/tests/__init__.py'
2--- tests/autopilot/ubuntu_weather_app/tests/__init__.py 2014-09-04 16:21:49 +0000
3+++ tests/autopilot/ubuntu_weather_app/tests/__init__.py 2014-11-26 22:14:14 +0000
4@@ -136,7 +136,7 @@
5 name.
6
7 """
8- self._show_if_not_visible()
9+ self.ensure_visible()
10
11 button = self._get_action_button(action_object_name)
12 time.sleep(2)

Subscribers

People subscribed via source and target branches