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