Commit f4947a275261fc4b079d3c9851b594e6d87908a6

Authored by Playtenders
1 parent cfbb4f92

openua_defense not criterias

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 And Ignore Error execute javascript $('.fancybox-is-open .fancybox-content input[id*="-self_eligible"]').click()
  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()
53 53 \ capture page screenshot
54 54
55 55 fill bid form features
... ...
Please register or login to post a comment