Skip to content

Commit cdedb70

Browse files
committed
Added tests
1 parent 89220ff commit cdedb70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.idea/dictionaries/diego.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/com/dtmilano/android/uiautomator/uiautomatorhelpertests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def testSwipe_random(self):
7979

8080
def testSetText_UiObject2_Chinese_text(self):
8181
# This enters a Reminder using Calendar
82+
# See https://github.com/dtmilano/AndroidViewClient/issues/242
8283
uio = self.uiAutomatorHelper.findObject(
8384
bySelector=u'[email protected]:id/title_edit_text,[email protected],text@$Remind me to…,[email protected]')
8485
self.assertIsNotNone(uio)

0 commit comments

Comments
 (0)