Commit 1092d87c0fd4ddfea4c2b99991de6a994d32d255

Authored by selurvedu
1 parent e2878fa6

Fix typo: defination -> definition

... ... @@ -156,7 +156,7 @@ switchsate
156 156 log ${arguments}
157 157 Remove From List ${arguments} 0
158 158 log ${arguments}
159   - ${status} ${value}= run_keyword_and_ignore_keyword_definations ${BROKERS['${USERS.users['${username}'].broker}'].keywords_file}.${command} ${username} @{arguments}
  159 + ${status} ${value}= run_keyword_and_ignore_keyword_definitions ${BROKERS['${USERS.users['${username}'].broker}'].keywords_file}.${command} ${username} @{arguments}
160 160 Run keyword if '${status}' == 'PASS' Log Учасник ${username} зміг виконати "${command}" WARN
161 161 [return] ${value}
162 162
... ...
... ... @@ -91,7 +91,7 @@ def prepare_test_tender_data(period_interval=2, mode='single'):
91 91 raise ValueError('A very specific bad thing happened')
92 92
93 93
94   -def run_keyword_and_ignore_keyword_definations(name, *args):
  94 +def run_keyword_and_ignore_keyword_definitions(name, *args):
95 95 """Runs the given keyword with given arguments and returns the status as a Boolean value.
96 96
97 97 This keyword returns `True` if the keyword that is executed succeeds and
... ...
Please register or login to post a comment