Merge lp:~canonical-platform-qa/ubuntu-autopilot-tests/fix1353857-dash-app into lp:ubuntu-autopilot-tests/ubuntu-experience-tests

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 25
Merged at revision: 25
Proposed branch: lp:~canonical-platform-qa/ubuntu-autopilot-tests/fix1353857-dash-app
Merge into: lp:ubuntu-autopilot-tests/ubuntu-experience-tests
Diff against target: 19 lines (+3/-2)
1 file modified
ubuntu_experience_tests/tests/application_life_cycle/test_url_dispatcher.py (+3/-2)
To merge this branch: bzr merge lp:~canonical-platform-qa/ubuntu-autopilot-tests/fix1353857-dash-app
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Brendan Donegan (community) Approve
Ubuntu Testcase Admins Pending
Review via email: mp+229900@code.launchpad.net

Commit message

Updated the test to take into account the new dash app.

To post a comment you must log in.
Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

Makes a lot of sense. +1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu_experience_tests/tests/application_life_cycle/test_url_dispatcher.py'
2--- ubuntu_experience_tests/tests/application_life_cycle/test_url_dispatcher.py 2014-05-28 11:33:20 +0000
3+++ ubuntu_experience_tests/tests/application_life_cycle/test_url_dispatcher.py 2014-08-07 07:15:00 +0000
4@@ -40,7 +40,8 @@
5 no focused application.
6
7 """
8- self.assertEqual('', self.unity.get_current_focused_app_id())
9+ self.assertEqual(
10+ 'unity8-dash', self.unity.get_current_focused_app_id())
11 self.addCleanup(os.system, 'pkill system-settings')
12 self.addCleanup(os.system, 'pkill online-accounts')
13
14@@ -54,4 +55,4 @@
15 self.unity.show_dash_swiping()
16 self.assertThat(
17 self.unity.get_current_focused_app_id,
18- Eventually(Equals('')))
19+ Eventually(Equals('unity8-dash')))

Subscribers

People subscribed via source and target branches