We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7992973 commit e16a1b9Copy full SHA for e16a1b9
atest/Keywords.robot
@@ -72,7 +72,7 @@ Lab Log Should Not Contain Known Error Messages
72
${test log} = Set Variable ${log[${PREVIOUS LAB LOG LENGTH}:]}
73
${length} = Get Length ${log}
74
Set Global Variable ${PREVIOUS LAB LOG LENGTH} ${length}
75
- Run Keyword If "${OS}", "${PY}") !\= ("windows", "36")
+ Run Keyword If ("${OS}", "${PY}") !\= ("windows", "36")
76
... Should Not Contain Any ${test log} @{KNOWN BAD ERRORS}
77
78
Wait For Splash
0 commit comments