Merge lp:~michael-sheldon/ubuntu-keyboard/fix-selection-test into lp:ubuntu-keyboard

Proposed by Michael Sheldon
Status: Merged
Approved by: Bill Filler
Approved revision: 441
Merged at revision: 443
Proposed branch: lp:~michael-sheldon/ubuntu-keyboard/fix-selection-test
Merge into: lp:ubuntu-keyboard
Diff against target: 21 lines (+2/-2)
1 file modified
tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py (+2/-2)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-keyboard/fix-selection-test
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+283673@code.launchpad.net

Commit message

Fix selection deletion autopilot test

Description of the change

Fix selection deletion autopilot test

To post a comment you must log in.
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 'tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py'
2--- tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py 2016-01-04 14:13:58 +0000
3+++ tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py 2016-01-22 18:15:04 +0000
4@@ -943,7 +943,7 @@
5 keyboard = Keyboard()
6 self.addCleanup(keyboard.dismiss)
7
8- keyboard.type('Testing selection deletion')
9+ keyboard.type('Testing the selection deletion')
10
11 # Double tap to select a word
12 self.pointer.click_object(text_area)
13@@ -951,7 +951,7 @@
14
15 keyboard.type('\b')
16
17- expected = 'Testing deletion'
18+ expected = 'Testing the deletion'
19 self.assertThat(
20 text_area.text,
21 Eventually(Equals(expected))

Subscribers

People subscribed via source and target branches