Fix e2e after removed custom pic

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2020-01-27 13:41:21 +02:00
parent 238b559981
commit 5203fc6fd8
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 1 additions and 1 deletions

View File

@ -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):