Showing
2 changed files
with
2 additions
and
1 deletions
| ... | ... | @@ -120,7 +120,7 @@ Resource playtender_contr |
| 120 | 120 | |
| 121 | 121 | ${tender_data_keys}= Get Dictionary Keys ${tender_data.data} |
| 122 | 122 | ${procurementMethodType} = Set Variable If 'procurementMethodType' in ${tender_data_keys} ${tender_data.data.procurementMethodType} belowThreshold |
| 123 | - Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'aboveThresholdUA' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=360 | |
| 123 | + Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'aboveThresholdUA' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=720 | |
| 124 | 124 | Run Keyword If '${SUITE_NAME}' == 'Tests Files.Complaints' and '${procurementMethodType}' == 'belowThreshold' Go To ${BROKERS['playtender'].basepage}/utils/config?tacceleration=720 |
| 125 | 125 | open new tender form |
| 126 | 126 | fill tender form ${tender_prepared_data} | ... | ... |
| ... | ... | @@ -368,6 +368,7 @@ reload page and fail if element does not exist |
| 368 | 368 | [Documentation] перезавантажує сторінку і фейлить тест якщо елемент відсутній |
| 369 | 369 | |
| 370 | 370 | reload page |
| 371 | + capture page screenshot | |
| 371 | 372 | ${exists} = get is element exist ${locator} |
| 372 | 373 | run keyword if ${exists} == ${False} fail |
| 373 | 374 | ... | ... |
Please
register
or
login
to post a comment