Merge lp:~bfiller/webbrowser-app/skip-tabs-test into lp:webbrowser-app

Proposed by Bill Filler
Status: Merged
Approved by: Omer Akram
Approved revision: 231
Merged at revision: 231
Proposed branch: lp:~bfiller/webbrowser-app/skip-tabs-test
Merge into: lp:webbrowser-app
Diff against target: 28 lines (+3/-1)
1 file modified
tests/autopilot/webbrowser_app/tests/test_tabs.py (+3/-1)
To merge this branch: bzr merge lp:~bfiller/webbrowser-app/skip-tabs-test
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Omer Akram (community) Approve
Review via email: mp+175926@code.launchpad.net

Commit message

skip close tab tests

Description of the change

skip close tab tests

To post a comment you must log in.
Revision history for this message
Omer Akram (om26er) wrote :

Looks good.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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/webbrowser_app/tests/test_tabs.py'
--- tests/autopilot/webbrowser_app/tests/test_tabs.py 2013-07-04 15:12:39 +0000
+++ tests/autopilot/webbrowser_app/tests/test_tabs.py 2013-07-19 19:01:33 +0000
@@ -12,7 +12,7 @@
12from autopilot.matchers import Eventually12from autopilot.matchers import Eventually
1313
14from webbrowser_app.tests import StartOpenRemotePageTestCaseBase14from webbrowser_app.tests import StartOpenRemotePageTestCaseBase
1515import unittest
1616
17class TestTabs(StartOpenRemotePageTestCaseBase):17class TestTabs(StartOpenRemotePageTestCaseBase):
1818
@@ -114,6 +114,7 @@
114 self.assertThat(activity_view.visible, Eventually(Equals(False)))114 self.assertThat(activity_view.visible, Eventually(Equals(False)))
115 self.assert_chrome_eventually_hidden()115 self.assert_chrome_eventually_hidden()
116116
117 @unittest.skip("skipping, tab close not implemented per design")
117 def test_close_tab(self):118 def test_close_tab(self):
118 self.ensure_activity_view_visible()119 self.ensure_activity_view_visible()
119 self.open_new_tab()120 self.open_new_tab()
@@ -132,6 +133,7 @@
132 self.assertThat(view.currentIndex, Eventually(Equals(0)))133 self.assertThat(view.currentIndex, Eventually(Equals(0)))
133 self.assert_current_url(url)134 self.assert_current_url(url)
134135
136 @unittest.skip("skipping, tab close not implemented per design")
135 def test_close_last_open_tab(self):137 def test_close_last_open_tab(self):
136 self.ensure_activity_view_visible()138 self.ensure_activity_view_visible()
137 self.close_tab(0)139 self.close_tab(0)

Subscribers

People subscribed via source and target branches

to status/vote changes: