Showing
1 changed file
with
3 additions
and
2 deletions
@@ -2217,7 +2217,8 @@ Save Proposal | @@ -2217,7 +2217,8 @@ Save Proposal | ||
2217 | Run Keyword If 'awards[0].suppliers[0].contactPoint.name' == '${arguments[2]}' JsOpenAwardByIndex 0 | 2217 | Run Keyword If 'awards[0].suppliers[0].contactPoint.name' == '${arguments[2]}' JsOpenAwardByIndex 0 |
2218 | Run Keyword And Return If 'awards[0].suppliers[0].contactPoint.name' == '${arguments[2]}' Get invisible text by locator jquery=.award-list-wrapper .panel-collapse.in .award-info-wrapper p.organization-contact-point-name | 2218 | Run Keyword And Return If 'awards[0].suppliers[0].contactPoint.name' == '${arguments[2]}' Get invisible text by locator jquery=.award-list-wrapper .panel-collapse.in .award-info-wrapper p.organization-contact-point-name |
2219 | Run Keyword If 'contracts[0].status' == '${arguments[2]}' JsOpenContractByIndex 0 | 2219 | Run Keyword If 'contracts[0].status' == '${arguments[2]}' JsOpenContractByIndex 0 |
2220 | - Run Keyword And Return If 'contracts[0].status' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.status-source | 2220 | +# Run Keyword And Return If 'contracts[0].status' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.status-source |
2221 | + Run Keyword And Return If 'contracts[0].status' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.status-source.hidden | ||
2221 | 2222 | ||
2222 | ${contract1NeedToBeVisible}= Run Keyword And Return Status Should Start With ${arguments[2]} contracts[1] | 2223 | ${contract1NeedToBeVisible}= Run Keyword And Return Status Should Start With ${arguments[2]} contracts[1] |
2223 | Run Keyword If ${contract1NeedToBeVisible} Execute JavaScript robottesthelpfunctions.showcontractbyindex(1); | 2224 | Run Keyword If ${contract1NeedToBeVisible} Execute JavaScript robottesthelpfunctions.showcontractbyindex(1); |
@@ -2225,7 +2226,7 @@ Save Proposal | @@ -2225,7 +2226,7 @@ Save Proposal | ||
2225 | Run Keyword And Return If 'contracts[1].dateSigned' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.date-signed-source.hidden | 2226 | Run Keyword And Return If 'contracts[1].dateSigned' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.date-signed-source.hidden |
2226 | Run Keyword And Return If 'contracts[1].period.startDate' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.period-start-date.hidden | 2227 | Run Keyword And Return If 'contracts[1].period.startDate' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.period-start-date.hidden |
2227 | Run Keyword And Return If 'contracts[1].period.endDate' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.period-end-date.hidden | 2228 | Run Keyword And Return If 'contracts[1].period.endDate' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.period-end-date.hidden |
2228 | - Run Keyword And Return If 'contracts[1].status' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.status-source | 2229 | + Run Keyword And Return If 'contracts[1].status' == '${arguments[2]}' Get invisible text by locator jquery=#accordionContracts .panel-collapse.in .contract-info-wrapper p.status-source.hidden |
2229 | # | 2230 | # |
2230 | Run Keyword If 'items[0].description' == '${arguments[2]}' Open Tender | 2231 | Run Keyword If 'items[0].description' == '${arguments[2]}' Open Tender |
2231 | Run Keyword If 'items[0].description' == '${arguments[2]}' Execute JavaScript robottesthelpfunctions.showitembyindex(0); | 2232 | Run Keyword If 'items[0].description' == '${arguments[2]}' Execute JavaScript robottesthelpfunctions.showitembyindex(0); |
Please
register
or
login
to post a comment