Skip to content

Commit 59ba947

Browse files
committed
make sure show keyboard
1 parent 9769c8e commit 59ba947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/android/android/device_test.rb

+2
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ def test_hidekeyboard
248248
@@core.wait { @driver.find_element :accessibility_id, 'App' }.click
249249
@@core.wait { @driver.find_element :accessibility_id, 'Activity' }.click
250250
@@core.wait { @driver.find_element :accessibility_id, 'Custom Title' }.click
251+
# make sure to show keyboard
252+
@@core.wait { @driver.find_element :id, 'io.appium.android.apis:id/left_text_edit' }.click
251253

252254
latin_android = 'com.android.inputmethod.latin/.LatinIME'
253255
latin_google = 'com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME'

0 commit comments

Comments
 (0)