Showing
1 changed file
with
11 additions
and
0 deletions
| ... | ... | @@ -148,6 +148,7 @@ Resource playtender_agree |
| 148 | 148 | ${procurementMethodType} = Set Variable If 'procurementMethodType' in ${tender_data_keys} ${tender_data.data.procurementMethodType} belowThreshold |
| 149 | 149 | Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'aboveThresholdUA' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=1000 |
| 150 | 150 | Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'belowThreshold' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=720 |
| 151 | +## Run Keyword If '${procurementMethodType}' == 'belowThreshold' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=2280 | |
| 151 | 152 | Run Keyword If '${procurementMethodType}' == 'simple.defense' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=720 |
| 152 | 153 | open new tender form |
| 153 | 154 | fill tender form ${tender_prepared_data} |
| ... | ... | @@ -223,6 +224,7 @@ Resource playtender_agree |
| 223 | 224 | # Run Keyword And Return If '${field_name}' == 'budget.amount' Отримати інформацію із плану ${username} ${tender_uaid} ${field_name} |
| 224 | 225 | ${field_name} = set variable tender.${field_name}.value |
| 225 | 226 | ${value} = get field_value by field_name on opened page ${field_name} |
| 227 | + run keyword if '${field_name}' == 'value.valueAddedTaxIncluded' and ${value} == 1 ${value} = True | |
| 226 | 228 | [Return] ${value} |
| 227 | 229 | |
| 228 | 230 | Внести зміни в тендер |
| ... | ... | @@ -633,6 +635,15 @@ Resource playtender_agree |
| 633 | 635 | |
| 634 | 636 | Run Keyword And Return Створити вимогу ${username} ${tender_uaid} tender null ${claim} null |
| 635 | 637 | |
| 638 | +Створити чернетку вимоги/скарги на скасування | |
| 639 | + [Arguments] ${username} ${tender_uaid} ${claim} | |
| 640 | + [Documentation] Створює вимоги/скарги claim на скасування | |
| 641 | + ... у статусі claim для тендера tender_uaid. Можна створити | |
| 642 | + ... вимогу як з документом, який знаходиться за шляхом document, | |
| 643 | + ... value.valueAddedTaxIncluded так і без нього. | |
| 644 | + | |
| 645 | + Run Keyword And Return Створити вимогу ${username} ${tender_uaid} tender null ${claim} null | |
| 646 | + | |
| 636 | 647 | |
| 637 | 648 | ######################################################################################################################## |
| 638 | 649 | ################################################### END CLAIM KEYWORDS ############################################# | ... | ... |
Please
register
or
login
to post a comment