Merge lp:~osomon/webbrowser-app/lp1423115-flaky-container-ap-test into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 907
Merged at revision: 911
Proposed branch: lp:~osomon/webbrowser-app/lp1423115-flaky-container-ap-test
Merge into: lp:webbrowser-app
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/webapp_container/tests/test_url_patterns.py (+1/-1)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/lp1423115-flaky-container-ap-test
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Alexandre Abreu (community) Approve
Review via email: mp+250113@code.launchpad.net

Commit message

Fix a flaky autopilot test.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

+1

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/webapp_container/tests/test_url_patterns.py'
2--- tests/autopilot/webapp_container/tests/test_url_patterns.py 2014-11-19 16:56:49 +0000
3+++ tests/autopilot/webapp_container/tests/test_url_patterns.py 2015-02-18 11:07:11 +0000
4@@ -64,7 +64,7 @@
5
6 self.assertThat(
7 webview.url,
8- Equals("http://www.test.com/"))
9+ Eventually(Equals("http://www.test.com/")))
10
11 self.assertThat(
12 external_open_watcher.was_emitted,

Subscribers

People subscribed via source and target branches

to status/vote changes: