Commit cfc871a3845ed6c25cfd6a15bd81a22983612dc4

Authored by Playtenders
1 parent a7e93f3b

viewer status-contract .hidden

Showing 1 changed file with 2 additions and 3 deletions
@@ -2217,8 +2217,7 @@ Save Proposal @@ -2217,8 +2217,7 @@ 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  
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 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
2222 2221
2223 ${contract1NeedToBeVisible}= Run Keyword And Return Status Should Start With ${arguments[2]} contracts[1] 2222 ${contract1NeedToBeVisible}= Run Keyword And Return Status Should Start With ${arguments[2]} contracts[1]
2224 Run Keyword If ${contract1NeedToBeVisible} Execute JavaScript robottesthelpfunctions.showcontractbyindex(1); 2223 Run Keyword If ${contract1NeedToBeVisible} Execute JavaScript robottesthelpfunctions.showcontractbyindex(1);
@@ -2226,7 +2225,7 @@ Save Proposal @@ -2226,7 +2225,7 @@ Save Proposal
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 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
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 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
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 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
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 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
2230 # 2229 #
2231 Run Keyword If 'items[0].description' == '${arguments[2]}' Open Tender 2230 Run Keyword If 'items[0].description' == '${arguments[2]}' Open Tender
2232 Run Keyword If 'items[0].description' == '${arguments[2]}' Execute JavaScript robottesthelpfunctions.showitembyindex(0); 2231 Run Keyword If 'items[0].description' == '${arguments[2]}' Execute JavaScript robottesthelpfunctions.showitembyindex(0);
Please register or login to post a comment