Skip to content

Commit 1206fad

Browse files
committed
Comments
1 parent 73c296f commit 1206fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/resources/testlibs/CustomSeleniumKeywords.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class CustomSeleniumKeywords(Selenium2Library):
66

77
def __init__(self, *args, **kwargs):
88
"""Share `Selenium2Library`'s cache of browsers, so that
9-
we don't have to open a separate browser instance for the `Run On Failure Keyword Only Called Once`
10-
test."""
9+
we don't have to open a separate browser instance for the
10+
`Run On Failure Keyword Only Called Once` test."""
1111
ret = super(CustomSeleniumKeywords, self).__init__(*args, **kwargs)
1212
self._cache = BuiltIn().get_library_instance("Selenium2Library")._cache
1313

0 commit comments

Comments
 (0)