Showing
1 changed file
with
4 additions
and
1 deletions
... | ... | @@ -76,7 +76,9 @@ get claim information |
76 | 76 | click visible element ${claim_page_open_btn_locator} |
77 | 77 | capture page screenshot |
78 | 78 | # Run Keyword And Return If '${TEST_NAME}' == 'Відображення статусу \'draft\' чернетки скарги' Fail Поле не відображаем |
79 | - Run Keyword And Return If 'чернетки скарги' in '${TEST_NAME}' Fail Поле не відображаем | |
79 | + Run Keyword And Return If "чернетки скарги" in "${TEST_NAME}" Fail Поле не відображаем | |
80 | + Run Keyword And Return If "Відображення заголовку скарги" in "${TEST_NAME}" Fail Поле не відображаем | |
81 | + Run Keyword And Return If "Відображення опису скарги" in "${TEST_NAME}" Fail Поле не відображаем | |
80 | 82 | ${claim_open_form_answer_locator} = replace string ${claim_open_form_answer_btn_locator_tpl} %title% ${complaintID} |
81 | 83 | wait until page contains element with reloading ${claim_open_form_answer_locator} 30m |
82 | 84 | capture page screenshot |
... | ... | @@ -122,6 +124,7 @@ get claim information |
122 | 124 | |
123 | 125 | click visible element ${claim_page_open_btn_locator} |
124 | 126 | ${claim_open_form_answer_locator} = replace string ${claim_open_form_answer_btn_locator_tpl} %title% ${complaintID} |
127 | + Run Keyword And Return If "Відображення заголовку документації скарги" in "${TEST_NAME}" Fail Поле не відображаем | |
125 | 128 | wait until page contains element with reloading ${claim_open_form_answer_locator} |
126 | 129 | ${claim_file_name_input_locator} = replace string ${claim_file_name_input_locator_tpl} %complain_id% ${complaintID} |
127 | 130 | # wait until page contains element with reloading ${claim_file_name_input_locator} | ... | ... |
Please
register
or
login
to post a comment