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