Commit 5237c9c8acc1f8e22e1772f10fbf063cdfc52872

Authored by Playtenders
1 parent 254ed58b

simple_defense_one_bid

... ... @@ -49,7 +49,7 @@ fill bid form lots
49 49 \ run keyword if condition is not none ${feature_id} fill bid form features ${feature_id}
50 50 \ capture page screenshot
51 51 \ run keyword if '${mode}' in 'open_esco' fill bid form lots Esco ${bid.data.lotValues}
52   - \ run keyword if '${mode}' not in 'openua_defense' Run Keyword And Ignore Error execute javascript $('.fancybox-is-open .fancybox-content input[id*="-self_eligible"]').click()
  52 + \ run keyword if '${mode}' not in 'openua_defense simple.defense' Run Keyword And Ignore Error execute javascript $('.fancybox-is-open .fancybox-content input[id*="-self_eligible"]').click()
53 53 \ capture page screenshot
54 54
55 55 fill bid form features
... ...
... ... @@ -356,10 +356,10 @@ close sync alert
356 356 [Arguments] ${wait_msg}=${None}
357 357 [Documentation] чекає поки попап не стане видимим на сторінці
358 358
359   - ${status}= run keyword if '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' Run Keyword And Return Status Page Should Contain ${wait_msg}
360   - run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' Wait Until Page Contains ${wait_msg} 60
361   - run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' wait until alert is visible ${wait_msg}
362   - run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' close current visible alert
  359 + ${status}= run keyword if '${mode}' in 'openeu open_competitive_dialogue openua_defense simple.defense open_esco open_framework' Run Keyword And Return Status Page Should Contain ${wait_msg}
  360 + run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense simple.defense open_esco open_framework' Wait Until Page Contains ${wait_msg} 60
  361 + run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense simple.defense open_esco open_framework' wait until alert is visible ${wait_msg}
  362 + run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense simple.defense open_esco open_framework' close current visible alert
363 363
364 364
365 365 wait until popup is visible
... ...
Please register or login to post a comment