Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -494,7 +494,7 @@ Wait For contractactive |
494 | 494 | ${return_value} = run keyword if '${mode}' in 'negotiation' get value by locator on opened page ${tender_awards_negotiation_complaintPeriod_endDate_value_locator} |
495 | 495 | ... ELSE get value by locator on opened page ${tender_awards_complaintPeriod_endDate_value_locator} |
496 | 496 | ${return_value} = run keyword if '${mode}' in 'negotiation' parse_complaintPeriod_date ${return_value} |
497 | - ... ELSE ${return_value} | |
497 | + ... ELSE set variable ${return_value} | |
498 | 498 | [return] ${return_value} |
499 | 499 | |
500 | 500 | Wait For complaintPeriodendDate | ... | ... |
Please
register
or
login
to post a comment