changed translation for OK got it

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2020-01-09 14:34:06 +01:00
parent 9c160720a0
commit b81f92bf43
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class OpenInStatusButton(BaseButton):
class OkGotItButton(BaseButton):
def __init__(self,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):
self.wait_for_element().click()