Merge lp:~elopio/notes-app/unskip_bug1288876 into lp:notes-app

Proposed by Leo Arias
Status: Needs review
Proposed branch: lp:~elopio/notes-app/unskip_bug1288876
Merge into: lp:notes-app
Diff against target: 15 lines (+0/-6)
1 file modified
tests/autopilot/notes_app/tests/test_expand_collapse.py (+0/-6)
To merge this branch: bzr merge lp:~elopio/notes-app/unskip_bug1288876
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+212692@code.launchpad.net

Commit message

Removed the skip for the failing test due to bug #1288876.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

258. By Leo Arias

Removed the skip for the failing test due to bug #1288876.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/notes_app/tests/test_expand_collapse.py'
--- tests/autopilot/notes_app/tests/test_expand_collapse.py 2014-03-14 14:39:06 +0000
+++ tests/autopilot/notes_app/tests/test_expand_collapse.py 2014-03-25 18:06:04 +0000
@@ -64,12 +64,6 @@
64 self.assert_note_eventually_collapsed(second)64 self.assert_note_eventually_collapsed(second)
6565
66 def test_collapse_header(self):66 def test_collapse_header(self):
67 # Skipping the test for now because in order to release qt5.2 we want
68 # to match the results as much as possible to what we get in the
69 # current image. As the notes app is going to be deprecated, and this
70 # bug has a low impact on the user experience, it's not critical and
71 # won't be fixed before the qt5.2 release. -- elopio - 2014-03-14
72 self.skipTest('The test is failing because of bug #1288876')
73 first = self.main_window.get_notes()[0]67 first = self.main_window.get_notes()[0]
74 header = self.main_window.get_header()68 header = self.main_window.get_header()
7569

Subscribers

People subscribed via source and target branches

to all changes: