Skip to content

Commit

Permalink
Merge c727157 into e2f690e
Browse files Browse the repository at this point in the history
  • Loading branch information
OrysiaDrabych committed Mar 21, 2019
2 parents e2f690e + c727157 commit 4642cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Library openprocurement.auction.insider.tests.functional.service_keywords
*** Variables ***
${USERS}
${USERS_ids}
${BROWSER} phantomjs
${BROWSER} chrome

*** Keywords ***
Отримати вхідні дані
Expand All @@ -18,6 +18,10 @@ ${BROWSER} phantomjs
${USERS_ids}= Convert to List ${USERS}
Set Global Variable ${USERS}
Set Global Variable ${USERS_ids}
Log ${USERS_ids}
:FOR ${index} IN RANGE 0 3
\ Log ${USERS['${USERS_ids[${index}]}']['login_url']} WARN


Долучитись до аукціону ${user_index} учасником
${user_index}= Evaluate ${user_index}-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ${sealedbid_amount} xpath=(//div[contains(concat(' ', normalize-space(@class),
*** Keywords ***
Підготувати клієнт для ${user_index} користувача
${user_id}= Get Variable Value ${USERS_ids[${user_index}]}
Open Browser http://prozorro.org/ ${BROWSER} ${user_id}
Open Browser https://prozorro.sale/ ${BROWSER} ${user_id}
Set Window Position @{USERS['${user_id}']['position']}
Set Window Size @{USERS['${user_id}']['size']}

Expand Down

0 comments on commit 4642cb0

Please sign in to comment.