mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 13:06:50 +00:00
Dont share button tests update from 4098
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
fcaa291c23
commit
d58d7c8b81
@ -75,7 +75,8 @@ class DonNotShare(BaseButton):
|
||||
|
||||
def __init__(self, driver):
|
||||
super(DonNotShare, self).__init__(driver)
|
||||
self.locator = self.Locator.xpath_selector('//*[@text="NO, I DON%sT WANT TO SHARE"]' % "'")
|
||||
self.locator = self.Locator.xpath_selector('//*[@text="NO, I DON%sT WANT TO SHARE" '
|
||||
'or @text="Do not share"]' % "'")
|
||||
|
||||
|
||||
class SignInView(BaseView):
|
||||
|
Loading…
x
Reference in New Issue
Block a user