Fix syntax errors in the suites
Changes:
- Fixes the following
1) Keyword 'SeleniumLibrary.Page Should Contain'
expected 1 to 2 arguments, got 3.
2) No keyword with name 'CLI Get Nameservers' found.
3) Keyword 'BuiltIn.Run Keyword And Return Status'
expected at least 1 argument, got 0.
4) Setting 'Documentation' is allowed only once.
Only the first value is used.
Tested:
- Ran with --dryrun and check is clean
Change-Id: I42db43f804910c96426e2f5a235e0fa1b67be0e8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/gui/lib/gui_resource.robot b/gui/lib/gui_resource.robot
index f324f87..d99d8aa 100644
--- a/gui/lib/gui_resource.robot
+++ b/gui/lib/gui_resource.robot
@@ -200,7 +200,8 @@
Input Text ${xpath_input_static_dns} ${dns_server}
Click Button ${xpath_add_button}
IF '${expected_status}' != 'Valid format'
- Page Should Contain ${expected_status} AND Return From Keyword
+ Page Should Contain ${expected_status}
+ Return From Keyword
END
Wait Until Page Contains Element ${xpath_add_dns_ip_address_button} timeout=10sec