Showing
2 changed files
with
4 additions
and
1 deletions
... | ... | @@ -133,6 +133,7 @@ Resource playtender_contr |
133 | 133 | ##### EOF - TMP ##### |
134 | 134 | |
135 | 135 | ${tender_data_keys}= Get Dictionary Keys ${tender_data.data} |
136 | + log many ${SUITE_NAME} | |
136 | 137 | ${procurementMethodType} = Set Variable If 'procurementMethodType' in ${tender_data_keys} ${tender_data.data.procurementMethodType} belowThreshold |
137 | 138 | Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'aboveThresholdUA' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=1000 |
138 | 139 | Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'belowThreshold' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=720 | ... | ... |
... | ... | @@ -432,7 +432,9 @@ fill tender form lots |
432 | 432 | ${milestones1} = Run Keyword If "${mode}" in "negotiation" Get From Dictionary ${prepared_tender_data} milestones |
433 | 433 | ##### EOF - TMP ##### |
434 | 434 | :FOR ${lot_attributes} IN @{lot_attributes_array} |
435 | - \ open popup by btn locator ${tender_form_lots_panel_edit_btn_locator} | |
435 | + \ run keyword if '${mode}' not in 'open_framework' open popup by btn locator ${tender_form_lots_panel_edit_btn_locator} | |
436 | + \ ... ELSE click visible element ${tender_form_lots_edit_lot1_btn_locator} | |
437 | +# \ open popup by btn locator ${tender_form_lots_panel_edit_btn_locator} | |
436 | 438 | # \ click visible element ${tender_form_lots_panel_edit_btn_locator} |
437 | 439 | # \ wait until popup is visible |
438 | 440 | \ fill lot form in opened popup ${lot_attributes} | ... | ... |
Please
register
or
login
to post a comment