Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -38,9 +38,9 @@ reject qualifications |
| 38 | 38 | |
| 39 | 39 | Execute Javascript $('#prequalificationform-decision').val('decline').change() |
| 40 | 40 | capture page screenshot |
| 41 | - wait until page contains element ${qualification_form_reasons_cancellation_input_locator} | |
| 42 | - capture page screenshot | |
| 43 | - input text to exist visible input ${qualification_form_reasons_cancellation_input_locator} GenerateFakeText | |
| 41 | +# wait until page contains element ${qualification_form_reasons_cancellation_input_locator} | |
| 42 | +# capture page screenshot | |
| 43 | +# input text to exist visible input ${qualification_form_reasons_cancellation_input_locator} GenerateFakeText | |
| 44 | 44 | Execute Javascript ${prequalification_form_title_cancellation_input_locator} |
| 45 | 45 | capture page screenshot |
| 46 | 46 | # input text to exist visible input ${qualification_form_reasons_cancellation_input_locator} GenerateFakeText | ... | ... |
Please
register
or
login
to post a comment