Showing
1 changed file
with
14 additions
and
10 deletions
... | ... | @@ -623,7 +623,7 @@ Load And Wait Text |
623 | 623 | Wait Until Page Contains Ідентифікатор закупівлі 20 |
624 | 624 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
625 | 625 | Sleep 1 |
626 | - Wait Until Page Contains Редагування закупівлі 10 | |
626 | + Wait Until Page Contains Element id=tender-form 10 | |
627 | 627 | |
628 | 628 | Click Element xpath=//*[@class='panel-heading']//*[@href='#collapseDocuments'] |
629 | 629 | Sleep 1 |
... | ... | @@ -657,7 +657,7 @@ Wait For Sync Tender Finish |
657 | 657 | Wait Until Page Contains Ідентифікатор закупівлі 20 |
658 | 658 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
659 | 659 | Sleep 1 |
660 | - Wait Until Page Contains Редагування закупівлі 10 | |
660 | + Wait Until Page Contains Element id=tender-form 10 | |
661 | 661 | |
662 | 662 | ### BOF - Reporting ### |
663 | 663 | ${procurementMethodType}= Get From Dictionary ${USERS.users['${playtender_LOGIN_USER}']} tender_methodtype |
... | ... | @@ -992,7 +992,7 @@ Wait user action |
992 | 992 | |
993 | 993 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
994 | 994 | Sleep 1 |
995 | - Wait Until Page Contains Редагування закупівлі 10 | |
995 | + Wait Until Page Contains Element id=tender-form 10 | |
996 | 996 | |
997 | 997 | Run Keyword If '${ARGUMENTS[2]}' == 'tenderPeriod.endDate' Внести зміни в тендер tenderPeriod.endDate ${ARGUMENTS[3]} ${procurementMethodType} |
998 | 998 | Run Keyword If '${ARGUMENTS[2]}' == 'description' Input text id=tender${playtender_proc_type}form-description ${ARGUMENTS[3]} |
... | ... | @@ -1104,7 +1104,8 @@ Start Edit Lot |
1104 | 1104 | [Arguments] ${lot_id} |
1105 | 1105 | Open Tender |
1106 | 1106 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
1107 | - Wait Until Page Contains Основна інформація 10 | |
1107 | + Sleep 1 | |
1108 | + Wait Until Page Contains Element id=tender-form 10 | |
1108 | 1109 | Click Element xpath=//*[contains(@href, '#collapseLots')] |
1109 | 1110 | Sleep 1 |
1110 | 1111 | Click Element xpath=//div[@id='collapseLots']//span[contains(text(), '${lot_id}')] |
... | ... | @@ -1175,7 +1176,8 @@ Save Tender |
1175 | 1176 | |
1176 | 1177 | Open Tender |
1177 | 1178 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
1178 | - Wait Until Page Contains Основна інформація 10 | |
1179 | + Sleep 1 | |
1180 | + Wait Until Page Contains Element id=tender-form 10 | |
1179 | 1181 | Click Element xpath=//*[contains(@href, '#collapseLots')] |
1180 | 1182 | Sleep 2 |
1181 | 1183 | Click Element xpath=//a[@href='#add-lots'] |
... | ... | @@ -1512,7 +1514,8 @@ GetIsTenderReadyForStage2 |
1512 | 1514 | WaitTenderStage2Update 1800 |
1513 | 1515 | |
1514 | 1516 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
1515 | - Wait Until Page Contains Основна інформація 10 | |
1517 | + Sleep 1 | |
1518 | + Wait Until Page Contains Element id=tender-form 10 | |
1516 | 1519 | |
1517 | 1520 | ${tender_end_date}= Get Current Date increment=00:18:00 result_format=%d.%m.%Y %H:%M |
1518 | 1521 | JsSetScrollToElementBySelector \#tendercompetitivedialogueuastage2form-tender_period_end_date |
... | ... | @@ -3362,10 +3365,11 @@ TenderOpenByUAID |
3362 | 3365 | TenderFormOpenByUAID |
3363 | 3366 | [Arguments] ${uaid} |
3364 | 3367 | |
3365 | - TenderOpenByUAID ${uaid} | |
3366 | - Click Element xpath=//a[contains(@href, '/tender/update')][1] | |
3367 | - Wait Until Page Contains Редагування 10 | |
3368 | - Sleep 1 | |
3368 | + TenderOpenByUAID ${uaid} | |
3369 | + Click Element xpath=//a[contains(@href, '/tender/update')][1] | |
3370 | + Sleep 1 | |
3371 | + Wait Until Page Contains Element id=tender-form 10 | |
3372 | + Sleep 1 | |
3369 | 3373 | |
3370 | 3374 | PlanOpenByUAID |
3371 | 3375 | [Arguments] ${uaid} | ... | ... |
Please
register
or
login
to post a comment