mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 10:16:01 +00:00
Fix e2e after removed custom pic
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
238b559981
commit
5203fc6fd8
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user