Commit 2ff0535c85b481aeba79d8b7fc8f0bdf76206595

Authored by Playtenders
1 parent cb13d735

open_framework

... ... @@ -199,7 +199,7 @@ Resource playtender_agree
199 199 open tender search form
200 200 log many ${SUITE_NAME}
201 201 log many ${mode}
202   - Run Keyword If '${SUITE_NAME}' == 'Tests Files.Contract Signing' and '${mode}' in 'open_framework' GetTenderContract ${tender_uaid}
  202 + Run Keyword If ' ${username}' == 'playtender_Owner' and '${SUITE_NAME}' == 'Tests Files.Contract Signing' and '${mode}' in 'open_framework' GetTenderContract ${tender_uaid}
203 203 Run Keyword If '${SUITE_NAME}' == 'Tests Files.04Contract Signing' and '${mode}' in 'open_framework' GetTenderContract ${tender_uaid}
204 204 go to ${broker_baseurl}/?query%5B%5D=${tender_uaid}
205 205 input to search form and wait results ${tender_search_form_query_input_locator} ${tender_uaid} ${tender_search_form_result_locator_tpl}
... ...
... ... @@ -333,5 +333,7 @@ confirm awards
333 333 wait until alert is visible ${qualification_agreement_form_approve_success_msg}
334 334 run keyword and ignore error run keyword if condition is not none ${qualification_agreement_form_approve_success_msg} close current visible alert
335 335 Wait Until Keyword Succeeds 800 s 20 s Wait For QualificationsPeriodEnd
  336 + Run Keyword If ' ${username}' == 'playtender_Owner' and '${mode}' in 'open_framework' sleep 900
  337 +
336 338
337 339
... ...
Please register or login to post a comment