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
=== modified file 'tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py'
--- tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py 2016-01-04 14:13:58 +0000
+++ tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py 2016-01-22 18:15:04 +0000
@@ -943,7 +943,7 @@
943 keyboard = Keyboard()943 keyboard = Keyboard()
944 self.addCleanup(keyboard.dismiss)944 self.addCleanup(keyboard.dismiss)
945945
946 keyboard.type('Testing selection deletion')946 keyboard.type('Testing the selection deletion')
947947
948 # Double tap to select a word948 # Double tap to select a word
949 self.pointer.click_object(text_area)949 self.pointer.click_object(text_area)
@@ -951,7 +951,7 @@
951951
952 keyboard.type('\b')952 keyboard.type('\b')
953953
954 expected = 'Testing deletion'954 expected = 'Testing the deletion'
955 self.assertThat(955 self.assertThat(
956 text_area.text,956 text_area.text,
957 Eventually(Equals(expected))957 Eventually(Equals(expected))

Subscribers

People subscribed via source and target branches