Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755688d commit 33d3362Copy full SHA for 33d3362
utest/test/api/test_plugin_documentation.py
@@ -28,7 +28,9 @@ def setUp(self):
28
29
@unittest.skipIf(WINDOWS, reason="ApprovalTest do not support different line feeds")
30
def test_many_plugins(self):
31
- sl = SeleniumLibrary(plugins=f"{self.plugin_1}, {self.plugin_3};arg1=Text1;arg2=Text2")
+ sl = SeleniumLibrary(
32
+ plugins=f"{self.plugin_1}, {self.plugin_3};arg1=Text1;arg2=Text2"
33
+ )
34
verify(sl.get_keyword_documentation("__intro__"), self.reporter)
35
36
0 commit comments