Commit 66c53dac8e734f804e138391f1b89d709f84575e

Authored by Playtenders
1 parent be67f576

edit waiting time

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