diff --git a/test.py b/test.py index 2e247bf..4b54df1 100755 --- a/test.py +++ b/test.py @@ -127,7 +127,7 @@ class TestInBrowser(TestBase): """ 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') try: