Showing
1 changed file
with
9 additions
and
9 deletions
@@ -224,7 +224,7 @@ Wait For Page Create Tender | @@ -224,7 +224,7 @@ Wait For Page Create Tender | ||
224 | Click Element xpath=//*[@id='submitBtn'] | 224 | Click Element xpath=//*[@id='submitBtn'] |
225 | Capture Page Screenshot | 225 | Capture Page Screenshot |
226 | Sleep 1 | 226 | Sleep 1 |
227 | - Wait Until Page Contains Закупівля створена, дочекайтесь опублікування на сайті уповноваженого органу. 10 | 227 | + Wait Until Page Contains Закупівля створена, дочекайтесь опублікування на сайті уповноваженого органу. 60 |
228 | Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(@class, 'btn btn-default waves-effect waves-light btn-lg')] | 228 | Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(@class, 'btn btn-default waves-effect waves-light btn-lg')] |
229 | Sleep 1 | 229 | Sleep 1 |
230 | 230 | ||
@@ -394,7 +394,7 @@ Wait For Page Create Tender | @@ -394,7 +394,7 @@ Wait For Page Create Tender | ||
394 | #cat Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] 99999999-9 | 394 | #cat Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] 99999999-9 |
395 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 | 395 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 |
396 | Sleep 1 | 396 | Sleep 1 |
397 | - Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${cpv_id}')] 20 | 397 | + Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${cpv_id}')] 60 |
398 | #cat Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '99999999-9')] 20 | 398 | #cat Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '99999999-9')] 20 |
399 | Run Keyword If 99999999-9 == ${cpv_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] | 399 | Run Keyword If 99999999-9 == ${cpv_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] |
400 | ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 400 | ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
@@ -483,7 +483,7 @@ Input Additional Classifications | @@ -483,7 +483,7 @@ Input Additional Classifications | ||
483 | \ Input text jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input ${ARGUMENTS[0][${INDEX}].id} | 483 | \ Input text jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input ${ARGUMENTS[0][${INDEX}].id} |
484 | \ Press key jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input \\13 | 484 | \ Press key jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input \\13 |
485 | \ Sleep 2 | 485 | \ Sleep 2 |
486 | - \ Wait Until Page Contains Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree strong:contains("${ARGUMENTS[0][${INDEX}].id}") 20 | 486 | + \ Wait Until Page Contains Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree strong:contains("${ARGUMENTS[0][${INDEX}].id}") 60 |
487 | \ Click Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree li:first i.jstree-checkbox | 487 | \ Click Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree li:first i.jstree-checkbox |
488 | 488 | ||
489 | Click Element xpath=//div[contains(@id, 'additional-classification-modal')]//button[contains(@class, 'js-submit')] | 489 | Click Element xpath=//div[contains(@id, 'additional-classification-modal')]//button[contains(@class, 'js-submit')] |
@@ -723,7 +723,7 @@ Wait For Sync Tender Finish | @@ -723,7 +723,7 @@ Wait For Sync Tender Finish | ||
723 | 723 | ||
724 | Click Element jquery=#tender-part-pjax .list-group-item[href*="tender/qualification"] | 724 | Click Element jquery=#tender-part-pjax .list-group-item[href*="tender/qualification"] |
725 | Sleep 1 | 725 | Sleep 1 |
726 | - Wait Until Page Contains Кваліфікація 10 | 726 | + Wait Until Page Contains Кваліфікація 60 |
727 | Select From List By Value id=qualificationform-decision accept | 727 | Select From List By Value id=qualificationform-decision accept |
728 | 728 | ||
729 | ### BOF - Reporting ### | 729 | ### BOF - Reporting ### |
@@ -1172,7 +1172,7 @@ Save Tender | @@ -1172,7 +1172,7 @@ Save Tender | ||
1172 | Sleep 1 | 1172 | Sleep 1 |
1173 | JsSetScrollToElementBySelector \#submitBtn | 1173 | JsSetScrollToElementBySelector \#submitBtn |
1174 | Click Button xpath=//*[text()='Зберегти зміни'] | 1174 | Click Button xpath=//*[text()='Зберегти зміни'] |
1175 | - Wait Until Page Contains Закупівля оновлена 10 | 1175 | + Wait Until Page Contains Закупівля оновлена 60 |
1176 | Sleep 1 | 1176 | Sleep 1 |
1177 | Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(@class, 'btn btn-default waves-effect waves-light btn-lg')] | 1177 | Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(@class, 'btn btn-default waves-effect waves-light btn-lg')] |
1178 | Sleep 1 | 1178 | Sleep 1 |
@@ -1471,7 +1471,7 @@ Save Tender | @@ -1471,7 +1471,7 @@ Save Tender | ||
1471 | 1471 | ||
1472 | Open Tender | 1472 | Open Tender |
1473 | Click Element xpath=//div[contains(@class, 'aside-menu ')]//a[contains(@href, '/tender/prequalification?id=')] | 1473 | Click Element xpath=//div[contains(@class, 'aside-menu ')]//a[contains(@href, '/tender/prequalification?id=')] |
1474 | - Wait Until Page Contains Element id=tender-prequalification-form 10 | 1474 | + Wait Until Page Contains Element id=tender-prequalification-form 60 |
1475 | 1475 | ||
1476 | Click Element id=prequalificationform-qualification | 1476 | Click Element id=prequalificationform-qualification |
1477 | Click Element jquery=select#prequalificationform-qualification option:eq(${proposal_index}) | 1477 | Click Element jquery=select#prequalificationform-qualification option:eq(${proposal_index}) |
@@ -1608,7 +1608,7 @@ GetIsTenderReadyForStage2Update | @@ -1608,7 +1608,7 @@ GetIsTenderReadyForStage2Update | ||
1608 | Switch browser ${username} | 1608 | Switch browser ${username} |
1609 | Open Tender | 1609 | Open Tender |
1610 | Click Element xpath=//a[contains(@href, '/tender/question-create?id=')] | 1610 | Click Element xpath=//a[contains(@href, '/tender/question-create?id=')] |
1611 | - Wait Until Page Contains Нове запитання до закупівлі 10 | 1611 | + Wait Until Page Contains Нове запитання до закупівлі 60 |
1612 | Run Keyword If '${type}' == 'tender' Select From List By Label xpath=//select[@id='questionform-related_of'] Закупівля | 1612 | Run Keyword If '${type}' == 'tender' Select From List By Label xpath=//select[@id='questionform-related_of'] Закупівля |
1613 | Run Keyword If '${type}' == 'lot' Select From List By Label xpath=//select[@id='questionform-related_of'] Лот | 1613 | Run Keyword If '${type}' == 'lot' Select From List By Label xpath=//select[@id='questionform-related_of'] Лот |
1614 | Run Keyword If '${type}' == 'lot' Click Element xpath=//select[@id='questionform-related_lot'] | 1614 | Run Keyword If '${type}' == 'lot' Click Element xpath=//select[@id='questionform-related_lot'] |
@@ -2068,7 +2068,7 @@ Save Proposal | @@ -2068,7 +2068,7 @@ Save Proposal | ||
2068 | Open Tender | 2068 | Open Tender |
2069 | WaitTenderAuctionEnd 3600 | 2069 | WaitTenderAuctionEnd 3600 |
2070 | Click Element xpath=//div[contains(@class, 'aside-menu ')]//a[contains(@href, '/tender/qualification?id=')] | 2070 | Click Element xpath=//div[contains(@class, 'aside-menu ')]//a[contains(@href, '/tender/qualification?id=')] |
2071 | - Wait Until Page Contains Кваліфікація 10 | 2071 | + Wait Until Page Contains Кваліфікація 60 |
2072 | Click Element id=qualificationform-award | 2072 | Click Element id=qualificationform-award |
2073 | Click Element jquery=select#qualificationform-award option:eq(${proposal_index}) | 2073 | Click Element jquery=select#qualificationform-award option:eq(${proposal_index}) |
2074 | Sleep 2 | 2074 | Sleep 2 |
@@ -3457,7 +3457,7 @@ InputAdditionalClassificationsByWrapper | @@ -3457,7 +3457,7 @@ InputAdditionalClassificationsByWrapper | ||
3457 | \ Input text jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input ${additionalClassifications[${INDEX}].id} | 3457 | \ Input text jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input ${additionalClassifications[${INDEX}].id} |
3458 | \ Press key jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input \\13 | 3458 | \ Press key jquery=#additional-classification-modal .tab-pane.tree-wrapper.active input.js-input \\13 |
3459 | \ Sleep 2 | 3459 | \ Sleep 2 |
3460 | - \ Wait Until Page Contains Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree strong:contains("${additionalClassifications[${INDEX}].id}") 20 | 3460 | + \ Wait Until Page Contains Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree strong:contains("${additionalClassifications[${INDEX}].id}") 60 |
3461 | \ Click Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree li:first i.jstree-checkbox | 3461 | \ Click Element jquery=#additional-classification-modal .tab-pane.tree-wrapper.active .tree.js-search-tree li:first i.jstree-checkbox |
3462 | 3462 | ||
3463 | Click Element xpath=//div[contains(@id, 'additional-classification-modal')]//button[contains(@class, 'js-submit')] | 3463 | Click Element xpath=//div[contains(@id, 'additional-classification-modal')]//button[contains(@class, 'js-submit')] |
Please
register
or
login
to post a comment