Showing
2 changed files
with
2 additions
and
2 deletions
| ... | ... | @@ -542,7 +542,7 @@ wait for agreements status active |
| 542 | 542 | |
| 543 | 543 | Reload Page |
| 544 | 544 | ${return_value} = get value by locator on opened page ${tender_agreements_0_status_value_locator} |
| 545 | - Page Should Contain Element ${tender_contracts_status_active_value_locator} | |
| 545 | + Page Should Contain Element ${tender_agreements_status_active_value_locator} | |
| 546 | 546 | |
| 547 | 547 | |
| 548 | 548 | ... | ... |
| ... | ... | @@ -173,4 +173,4 @@ ${tender_maxAwardsCount_value_locator} = jquery=#tend |
| 173 | 173 | ${tender_maxAwardsCount_value_type} = integer |
| 174 | 174 | ${tender_agreementDuration_value_locator} = jquery=#tender-general-info .agreement-duration |
| 175 | 175 | ${tender_agreements_0_status_value_locator} = jquery=#agreement-contracts-list .agreement-info-wrapper .status-source.hidden |
| 176 | -${tender_agreements_status_active_value_locator} = jquery=#agreement-contracts-list .agreement-info-wrapper .status-source.hidden:contains(active) | |
| 176 | +${tender_agreements_status_active_value_locator} = jquery=.tabs__pane--visible[id*="tab-agreement-contract"] .status-source.hidden:contains(active) | ... | ... |
Please
register
or
login
to post a comment