Skip to content

Commit

Permalink
Fix e2e after removed custom pic
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhy committed Jan 27, 2020
1 parent 238b559 commit a6ca39c
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 DefaultUserNameText(BaseText):
def __init__(self, driver):
super(DefaultUserNameText, self).__init__(driver)
self.locator = self.Locator.xpath_selector(
'//android.view.ViewGroup[@content-desc="edit-profile-photo-button"]/../android.widget.TextView')
'//android.widget.ImageView[@content-desc="chat-icon"]/../android.widget.TextView')

class ENSusernames(BaseButton):
def __init__(self, driver):
Expand Down

0 comments on commit a6ca39c

Please sign in to comment.