Commit 6bd4156bfa7964188bfd589f34da00602b81a198

Authored by Playtenders
1 parent 24cd8d81

fix esco

Showing 1 changed file with 5 additions and 5 deletions
@@ -340,10 +340,10 @@ close sync alert @@ -340,10 +340,10 @@ close sync alert
340 [Arguments] ${wait_msg}=${None} 340 [Arguments] ${wait_msg}=${None}
341 [Documentation] чекає поки попап не стане видимим на сторінці 341 [Documentation] чекає поки попап не стане видимим на сторінці
342 342
343 - ${status}= Run Keyword And Return Status Page Should Contain ${wait_msg}  
344 - run keyword and ignore error run keyword if ${status} Wait Until Page Contains ${wait_msg} 60  
345 - run keyword and ignore error run keyword if ${status} wait until alert is visible ${wait_msg}  
346 - run keyword and ignore error run keyword if ${status} close current visible alert 343 + ${status}= run keyword if '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' Run Keyword And Return Status Page Should Contain ${wait_msg}
  344 + run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' Wait Until Page Contains ${wait_msg} 60
  345 + run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' wait until alert is visible ${wait_msg}
  346 + run keyword and ignore error run keyword if ${status} and '${mode}' in 'openeu open_competitive_dialogue openua_defense open_esco open_framework' close current visible alert
347 347
348 348
349 wait until popup is visible 349 wait until popup is visible
@@ -533,7 +533,7 @@ __private__select_classification_code_in_opened_popup @@ -533,7 +533,7 @@ __private__select_classification_code_in_opened_popup
533 input text to visible input and press enter ${classification_popup_search_input_locator} ${code} 533 input text to visible input and press enter ${classification_popup_search_input_locator} ${code}
534 ${code} = convert to string ${code} 534 ${code} = convert to string ${code}
535 ${code_item_locator} = replace string ${classification_popup_serach_item_locator_tpl} %code% ${code} 535 ${code_item_locator} = replace string ${classification_popup_serach_item_locator_tpl} %code% ${code}
536 - wait until page contains element ${code_item_locator} 60s Specified classification code was not found 536 + wait until page contains element ${code_item_locator} 90s Specified classification code was not found
537 click visible element ${code_item_locator} 537 click visible element ${code_item_locator}
538 538
539 Load Sign 539 Load Sign
Please register or login to post a comment