changed translation for OK got it
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
9c160720a0
commit
b81f92bf43
|
@ -300,7 +300,7 @@ class OpenInStatusButton(BaseButton):
|
||||||
class OkGotItButton(BaseButton):
|
class OkGotItButton(BaseButton):
|
||||||
def __init__(self,driver):
|
def __init__(self,driver):
|
||||||
super(OkGotItButton, self).__init__(driver)
|
super(OkGotItButton, self).__init__(driver)
|
||||||
self.locator = self.Locator.xpath_selector("//*[@text='OKay, got it']")
|
self.locator = self.Locator.xpath_selector("//*[@text='Okay, got it']")
|
||||||
|
|
||||||
def click(self):
|
def click(self):
|
||||||
self.wait_for_element().click()
|
self.wait_for_element().click()
|
||||||
|
|
Loading…
Reference in New Issue