Showing
1 changed file
with
6 additions
and
6 deletions
... | ... | @@ -31,7 +31,7 @@ ${locator.items[0].additionalClassifications[0].scheme} xpath=(//p[@class |
31 | 31 | ${locator.items[0].additionalClassifications[0].id} xpath=(//p[@class='classification'])[2]//*[@class='value'] |
32 | 32 | #${locator.items[0].additionalClassifications[0].description} xpath=(//p[@class='classification'])[2]//*[@class='value'] |
33 | 33 | |
34 | -#${locator.items[0].unit.code} xpath=(//*[@class='panel-heading'])[1]//*[contains(@class, 'quantity')] | |
34 | +#${locator.items[0].unit.code} xpath=(//*[@class='form-nav-tabs'])[1]//*[contains(@class, 'quantity')] | |
35 | 35 | ${locator.items[0].quantity} xpath=//p[@class='quantity']//*[@class='value'] |
36 | 36 | |
37 | 37 | ${locator.questions[0].title} xpath=//div[@class='question-info-wrapper info-wrapper']//p[@class='title']//*[@class='value'] |
... | ... | @@ -626,7 +626,7 @@ Load And Wait Text |
626 | 626 | Sleep 1 |
627 | 627 | Wait Until Page Contains Element id=tender-form 10 |
628 | 628 | |
629 | - Click Element xpath=//*[@class='panel-heading']//*[@href='#collapseDocuments'] | |
629 | + Click Element xpath=//*[@class='form-nav-tabs nav nav-tabs nav-justified']//*[@href='#collapseDocuments'] | |
630 | 630 | Sleep 1 |
631 | 631 | |
632 | 632 | Click Element xpath=//a[contains(@data-url, '/tender/get-document-form')] |
... | ... | @@ -665,7 +665,7 @@ Wait For Sync Tender Finish |
665 | 665 | Run Keyword If '${procurementMethodType}' == 'reporting' Додати постачальника For Reporting ${ARGUMENTS[2].data.value.amount} ${ARGUMENTS[2].data.suppliers[0]} |
666 | 666 | ### EOF - Reporting ### |
667 | 667 | |
668 | - Run Keyword If '${procurementMethodType}' != 'reporting' Click Element xpath=//*[@class='panel-heading']//*[@href='#collapseAward'] | |
668 | + Run Keyword If '${procurementMethodType}' != 'reporting' Click Element xpath=//*[@class='form-nav-tabs']//*[@href='#collapseAward'] | |
669 | 669 | Run Keyword If '${procurementMethodType}' != 'reporting' Sleep 1 |
670 | 670 | |
671 | 671 | Run Keyword If '${procurementMethodType}' != 'reporting' Click Element jquery=div.awards-dynamic-forms-wrapper .nav a.js-dynamic-form-add |
... | ... | @@ -1103,7 +1103,7 @@ Start Edit Lot |
1103 | 1103 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
1104 | 1104 | Sleep 1 |
1105 | 1105 | Wait Until Page Contains Element id=tender-form 10 |
1106 | - Click Element xpath=//*[contains(@href, '#collapseLots')] | |
1106 | + Click Element xpath=//*[@class='form-nav-tabs nav nav-tabs nav-justified']//*[contains(@href, '#collapseLots')] | |
1107 | 1107 | Sleep 1 |
1108 | 1108 | Click Element xpath=//div[@id='collapseLots']//span[contains(text(), '${lot_id}')] |
1109 | 1109 | Sleep 1 |
... | ... | @@ -1175,7 +1175,7 @@ Save Tender |
1175 | 1175 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
1176 | 1176 | Sleep 1 |
1177 | 1177 | Wait Until Page Contains Element id=tender-form 10 |
1178 | - Click Element xpath=//*[contains(@href, '#collapseLots')] | |
1178 | + Click Element xpath=//*[@class='form-nav-tabs nav nav-tabs nav-justified']//*[contains(@href, '#collapseLots')] | |
1179 | 1179 | Sleep 2 |
1180 | 1180 | Click Element xpath=//a[@href='#add-lots'] |
1181 | 1181 | Sleep 2 |
... | ... | @@ -1241,7 +1241,7 @@ Save Tender |
1241 | 1241 | Click Element xpath=//a[contains(@href, '/tender/update?id=')] |
1242 | 1242 | Sleep 1 |
1243 | 1243 | Wait Until Page Contains Element id=tender-form 10 |
1244 | - Click Element xpath=//h4[contains(@class, 'panel-title')]//*[contains(@href, '#collapseFeatures')] | |
1244 | + Click Element xpath=//*[contains(@class, 'form-nav-tabs')]//*[contains(@href, '#collapseFeatures')] | |
1245 | 1245 | Sleep 1 |
1246 | 1246 | Add Feature ${feature} 0 ${procurementMethodType} div[@id='collapseFeatures'] tenderer |
1247 | 1247 | ... | ... |
Please
register
or
login
to post a comment