Commit 0c3c16b4d91176f51799d7fa2d1f45122758b596

Authored by biviktorqc
2 parents 59886f6d 140e459e

Merge branch 'pc2r' into pc2

... ... @@ -191,6 +191,7 @@ Set Multi Ids
191 191 Wait Until Page Contains Держзакупівлі.онлайн 10
192 192 # sleep 1
193 193 Click Element xpath=//a[text()='Закупівлі']
  194 + sleep 5
194 195 Click Element xpath=//select[@name='filter[object]']/option[@value='tenderID']
195 196 Input text xpath=//input[@name='filter[search]'] ${ARGUMENTS[1]}
196 197 Click Element xpath=//button[@class='btn'][./text()='Пошук']
... ... @@ -233,7 +234,9 @@ Set Multi Ids
233 234 netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
234 235
235 236 Click Element xpath=//a[@class='reverse tenderLink']
  237 + Wait Until Page Contains Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 20
236 238 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']]
  239 + Wait Until Page Contains Element xpath=//textarea[@name='answer'] 20
237 240 Input text xpath=//textarea[@name='answer'] ${answer}
238 241 Click Element xpath=//div[1]/div[3]/form/div/table/tbody/tr/td[2]/button
239 242 Wait Until Page Contains ${answer} 30
... ...
... ... @@ -90,9 +90,9 @@ users:
90 90 homepage: "http://dz2.byustudio.in.ua"
91 91 login: ovramet.s@gmail.com
92 92 password: Password1
93   - browser: firefox
  93 + browser: chrome
94 94 position: [0, 0]
95   - size: [920, 580]
  95 + size: [600, 800]
96 96 Netcast_Provider1:
97 97 broker: Netcast
98 98 username: Netcasttest
... ... @@ -100,8 +100,8 @@ users:
100 100 login: halyna.khimka@gmail.com
101 101 password: JHO5VUp5n
102 102 browser: chrome
103   - position: [0, 900]
104   - size: [920, 580]
  103 + position: [0, 0]
  104 + size: [640, 450]
105 105 Publicbid_Owner:
106 106 broker: Publicbid
107 107 username: Publicbid
... ...
  1 +Some tesxt here
\ No newline at end of file
... ...
Please register or login to post a comment