Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -140,10 +140,10 @@ TestSuiteSetup |
| 140 | 140 | log ${arguments} |
| 141 | 141 | ${state}= change_state ${arguments} |
| 142 | 142 | ${value}= Run keyword if '${state}' == 'shouldfail' switchsate ${username} ${command} @{arguments} |
| 143 | - ${value}= Run keyword if '${state}' == 'pass' normal ${username} ${command} @{arguments} | |
| 143 | + ${value}= Run keyword if '${state}' == 'pass' Normal ${username} ${command} @{arguments} | |
| 144 | 144 | [return] ${value} |
| 145 | 145 | |
| 146 | -normal | |
| 146 | +Normal | |
| 147 | 147 | [Arguments] ${username} ${command} @{arguments} |
| 148 | 148 | log ${username} |
| 149 | 149 | log ${command} | ... | ... |
Please
register
or
login
to post a comment