Commit 761c1532cc3a4db71231e550d5370cf2e3fdc83c

Authored by Playtenders
1 parent 8eebd150

mistaken+resolved

Showing 1 changed file with 3 additions and 12 deletions
... ... @@ -330,7 +330,8 @@ Change the status of the complaint
330 330 # ... capture page screenshot
331 331 # ... AND wait until element is visible ${select_complaint_submit_success_msg} 5
332 332 ... AND capture page screenshot
333   - ... AND sleep 3
  333 +# ... AND sleep 3
  334 + ... AND wait until page contains element ${qualification_form_submit_btn_locator} 10s
334 335 ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg} ${true}
335 336 ... AND capture page screenshot
336 337 ... AND wait until alert is visible ${select_complaint_success_btn_locator}
... ... @@ -345,6 +346,7 @@ Change the status of the complaint
345 346 ... AND capture page screenshot
346 347 ... AND input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}
347 348 ... AND capture page screenshot
  349 + ... AND wait until page contains element ${claim_form_change_status_success_btn_locator} 10s
348 350 ... AND submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg} ${true}
349 351 capture page screenshot
350 352
... ... @@ -388,14 +390,3 @@ Upload documentation to requirement
388 390 submit form and check result ${select_add_file_to_complaint_success_btn_locator} ${select_add_file_to_complaint_submit_success_msg} ${true}
389 391
390 392
391   -document to bid edit1
392   - [Arguments] ${path} ${doc_type}=documents
393   - [Documentation] Змінити документ з doc_id в описі в пропозиції користувача username для
394   - ... тендера tender_uaid на документ, який знаходиться по шляху path.
395   -
396   - open popup by btn locator ${bid_form_open_btn_locator} ${bid_popup_locator}
397   -# click visible element ${bid_form_edit_document_all_btn_locator}
398   - capture page screenshot
399   - choose file ${bid_form_edit_document_all_btn_locator} ${path}
400   - capture page screenshot
401   -# wait until element is visible ${bid_form_add_document_type_input_locator}
... ...
Please register or login to post a comment