Fix type hint in docstring

This commit is contained in:
Carsten Grohmann 2022-01-12 20:04:31 +01:00
parent 2d74af7032
commit c9c36ce9e4

View File

@ -127,7 +127,7 @@ class TestInBrowser(TestBase):
""" """
Return text from error notification box or an empty string if no error message exists Return text from error notification box or an empty string if no error message exists
:@rtype: str @rtype: str
""" """
notify_box = self.driver.find_element(By.ID, 'notify_box') notify_box = self.driver.find_element(By.ID, 'notify_box')
try: try: