Commit 27c79013a9b7043dcf11dd60e63192a62f9dadd7

Authored by Playtenders
1 parent eb64ef5c

open_framework

... ... @@ -169,6 +169,8 @@ confirm award qualification
169 169 run keyword and ignore error close current visible alert
170 170 capture page screenshot
171 171 Run Keyword And Ignore Error wait until element is visible ${qualification_form_submit_btn_locator} 60
  172 + run keyword and ignore error run keyword if '${mode}' == 'open_framework' close current visible alert
  173 + capture page screenshot
172 174 run keyword and ignore error wait until element is visible ${tender_status_active_qualification_value_locator} 10
173 175 capture page screenshot
174 176 run keyword and ignore error submit form and check result ${qualification_form_submit_btn_locator} ${qualification_award_after_ecp_form_submit_success_msg} ${None}
... ...
Please register or login to post a comment