Commit 8d221d8aed951c12a546d9a2e4731d99d5065b14

Authored by Playtenders
1 parent 77be6879

open_simple_defense for bid

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -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 simple.defense' or '${mode}' == 'openua' 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 open_simple_defense' or '${mode}' == 'openua' 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
... ...
Please register or login to post a comment