Merge lp:~dpniel/ubuntu-autopilot-tests/removed_jenkins_search into lp:ubuntu-autopilot-tests

Proposed by Dan Chapman 
Status: Merged
Merged at revision: 55
Proposed branch: lp:~dpniel/ubuntu-autopilot-tests/removed_jenkins_search
Merge into: lp:ubuntu-autopilot-tests
Diff against target: 30 lines (+0/-20)
1 file modified
ubuntu_autopilot_tests/firefox/test_firefox.py (+0/-20)
To merge this branch: bzr merge lp:~dpniel/ubuntu-autopilot-tests/removed_jenkins_search
Reviewer Review Type Date Requested Status
Dan Chapman  (community) Approve
Review via email: mp+174836@code.launchpad.net

Description of the change

Removed jenkins_search test

To post a comment you must log in.
Revision history for this message
Dan Chapman  (dpniel) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu_autopilot_tests/firefox/test_firefox.py'
2--- ubuntu_autopilot_tests/firefox/test_firefox.py 2013-07-11 17:41:51 +0000
3+++ ubuntu_autopilot_tests/firefox/test_firefox.py 2013-07-15 18:07:41 +0000
4@@ -50,26 +50,6 @@
5
6 self.assertThat(lambda: self.app.name, Eventually(Contains("server docs")))
7
8- def test_search_jenkins(self):
9-
10- #This test will check that Firefox can add and use different search engines
11- self.keyboard.press_and_release('Ctrl+Tab')
12-
13- self.assertThat(lambda: self.app.name, Eventually(Contains('Jenkins'), timeout=30))
14- #open search box, add jenkins to search engine list
15- self.keyboard.press_and_release("Ctrl+k")
16- self.keyboard.press_and_release("F4")
17- self.keyboard.press_and_release('Up')
18- self.keyboard.press_and_release('Up')
19- self.keyboard.press_and_release('Enter')
20-
21-
22- #search for 'saucy'
23- self.keyboard.type("saucy \n")
24-
25- #check that page title loaded saucy on jenkins
26- self.assertThat(lambda: self.app.name, Eventually(Contains("saucy")))
27- self.assertThat(lambda: self.app.name, Eventually(Contains("Jenkins")))
28
29 def test_tabs_and_windows(self):
30 #This test will check that Firefox can create tabs and windows

Subscribers

People subscribed via source and target branches