Commit b6d27351df9686601799c5076b53b77370c33da8

Authored by Playtenders
1 parent 0f58e98c

tender_lots_0_description_value_locator

... ... @@ -81,6 +81,7 @@ ${tender_qualifications_1_status_value_locator} = jquery=.pjax
81 81
82 82 #lots
83 83 ${tender_lots_0_title_value_locator} = jquery=#lots .tabs__list .tabs__item--active .tabs__tab-big-text
  84 +${tender_lots_0_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:nth(1)
84 85 ${tender_lots_title_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:first
85 86 ${tender_lots_description_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue.hidden
86 87 ${tender_lots_value_amount_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible .budget-source.hidden
... ...
Please register or login to post a comment