Fix type hint in docstring
This commit is contained in:
parent
2d74af7032
commit
c9c36ce9e4
2
test.py
2
test.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user