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…
Reference in New Issue