Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -58,7 +58,7 @@ fill tender form |
58 | 58 | ${lots} = get from dictionary by keys ${data} lots |
59 | 59 | run keyword if condition is not none ${lots} fill tender form lots ${lots} |
60 | 60 | ${supplier_data} = op_robot_tests.tests_files.service_keywords . Test Supplier Data |
61 | - run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${supplier_data.data.value.amount} ${supplier_data.data.suppliers[0]} | |
61 | + run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${data.value.amount} ${supplier_data.data.suppliers[0]} | |
62 | 62 | Run Keyword And Ignore Error fill tender required documents |
63 | 63 | # Run Keyword And Ignore Error Execute Javascript $('a.btn.btn-default.btn-update.js-form-popup-add').click() |
64 | 64 | |
... | ... | @@ -77,7 +77,7 @@ fill tender form 2 stage |
77 | 77 | ${lots} = get from dictionary by keys ${data} lots |
78 | 78 | run keyword if condition is not none ${lots} fill tender form lots 2 stage ${lots} |
79 | 79 | ${supplier_data} = op_robot_tests.tests_files.service_keywords . Test Supplier Data |
80 | - run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${supplier_data.data.value.amount} ${supplier_data.data.suppliers[0]} | |
80 | + run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${data.value.amount} ${supplier_data.data.suppliers[0]} | |
81 | 81 | Run Keyword And Ignore Error fill tender required documents |
82 | 82 | |
83 | 83 | fill tender general info | ... | ... |
Please
register
or
login
to post a comment