mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Fix keypress non-alphanumeric keys
This commit is contained in:
parent
4f61f89eb7
commit
79c35b0e3b
@ -87,9 +87,9 @@ class HomeActivityTests {
|
|||||||
|
|
||||||
// display name selection
|
// display name selection
|
||||||
objectFromDesc(R.string.displayNameEnter).click()
|
objectFromDesc(R.string.displayNameEnter).click()
|
||||||
device.pressKeyCode(28)
|
device.pressKeyCode(65)
|
||||||
device.pressKeyCode(29)
|
device.pressKeyCode(66)
|
||||||
device.pressKeyCode(30)
|
device.pressKeyCode(67)
|
||||||
|
|
||||||
// Continue with display name
|
// Continue with display name
|
||||||
objectFromDesc(R.string.continue_2).click()
|
objectFromDesc(R.string.continue_2).click()
|
||||||
|
Loading…
Reference in New Issue
Block a user