Commit b2d845400d4c27970aed1834459541ba8f56a61c

Authored by Playtenders
1 parent 2ad27eb2

edit form-quick_mode

Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -140,7 +140,8 @@ fill tender general info
140 140 run keyword if condition is not none ${tender_start_date} run keyword and ignore error input datetime to visible input ${tender_tender_period_start_date_input_locator} ${tender_start_date}
141 141 ${tender_end_date} = get from dictionary by keys ${data} tenderPeriod endDate
142 142 run keyword if condition is not none ${tender_end_date} input datetime to visible input ${tender_tender_period_end_date_input_locator} ${tender_end_date}
143   - run keyword and ignore error click element ${tender_tender_quick_mode_locator}
  143 +# run keyword and ignore error click element ${tender_tender_quick_mode_locator}
  144 + run keyword and ignore error Execute Javascript $('[id$="form-quick_mode"]').click()
144 145 ${classification} = get from dictionary by keys ${data} classification
145 146 run keyword if condition is not none ${classification} select classification by code attributes ${plan_form_classification_edit_btn_locator} ${classification}
146 147 ${additional_classifications} = get from dictionary by keys ${data} additionalClassifications
... ...
Please register or login to post a comment