Skip to content

Commit

Permalink
fix for UserNameSetByUserText
Browse files Browse the repository at this point in the history
  • Loading branch information
churik committed Apr 1, 2019
1 parent d7c86af commit 78425e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/appium/views/profile_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class UserNameSetByUserText(BaseText):
def __init__(self, driver):
super(UserNameSetByUserText, self).__init__(driver)
self.locator = self.Locator.xpath_selector(
'//android.widget.ImageView[@content-desc="chat-icon"]/../../android.widget.TextView[1]')
'//android.widget.ImageView[@content-desc="chat-icon"]/../android.widget.TextView[1]')


class DefaultUserNameText(BaseText):
Expand Down

0 comments on commit 78425e3

Please sign in to comment.