Selecting users when creating group chat
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
e9bc937f9a
commit
8812c0f8bc
|
@ -63,7 +63,7 @@ class EnterUrlEditbox(BaseEditBox):
|
|||
class UsernameCheckbox(BaseButton):
|
||||
def __init__(self, driver, username):
|
||||
super(UsernameCheckbox, self).__init__(driver)
|
||||
self.locator = self.Locator.xpath_selector("//*[@text='%s']/../../android.widget.CheckBox" % username)
|
||||
self.locator = self.Locator.xpath_selector("//*[@text='%s']" % username)
|
||||
|
||||
|
||||
class InviteFriendsButton(BaseButton):
|
||||
|
|
Loading…
Reference in New Issue