Showing
1 changed file
with
2 additions
and
2 deletions
@@ -736,7 +736,7 @@ Wait For Sync Tender Finish | @@ -736,7 +736,7 @@ Wait For Sync Tender Finish | ||
736 | ${wrapper}= Set Variable \#collapseAward | 736 | ${wrapper}= Set Variable \#collapseAward |
737 | 737 | ||
738 | JsSetScrollToElementBySelector \#collapseAward | 738 | JsSetScrollToElementBySelector \#collapseAward |
739 | - Click Element jquery=.panel-title a[data-toggle="collapse"][href="#collapseAward"] | 739 | + Click Element xpath=//*[@class='form-nav-tabs nav nav-tabs nav-justified']//*[@href='#collapseAward'] |
740 | Sleep 2 | 740 | Sleep 2 |
741 | JsSetScrollToElementBySelector ${wrapper} \#tenderreportingform-award_organization_name | 741 | JsSetScrollToElementBySelector ${wrapper} \#tenderreportingform-award_organization_name |
742 | 742 | ||
@@ -3175,7 +3175,7 @@ Switch To Complaints | @@ -3175,7 +3175,7 @@ Switch To Complaints | ||
3175 | ${data}= Get From Dictionary ${plan_data} data | 3175 | ${data}= Get From Dictionary ${plan_data} data |
3176 | ${data_keys}= Get Dictionary Keys ${data} | 3176 | ${data_keys}= Get Dictionary Keys ${data} |
3177 | ${start_date}= convert_isodate_to_site_date ${data.tender.tenderPeriod.startDate} | 3177 | ${start_date}= convert_isodate_to_site_date ${data.tender.tenderPeriod.startDate} |
3178 | - ${budget_amount}= Convert To String ${data.budget.amount} | 3178 | + ${budget_keys}= Get Dictionary Keys ${data.budget} |
3179 | ${classificationWrapper}= Set Variable \#collapseGeneral | 3179 | ${classificationWrapper}= Set Variable \#collapseGeneral |
3180 | ${itemsWrapper}= Set Variable a[href='#collapseItems'] | 3180 | ${itemsWrapper}= Set Variable a[href='#collapseItems'] |
3181 | 3181 |
Please
register
or
login
to post a comment