@throws Exception if an error occurs
()
| 149 | * @throws Exception if an error occurs |
| 150 | */ |
| 151 | @Test |
| 152 | @Alerts(CHROME = {"test_blank_image", "test_insertimage", "test_image_props", |
| 153 | "test_close_window", "test_regex", |
| 154 | "test_createlink", "test_selected_element", "test_dom_path"}, |
| 155 | EDGE = {"test_blank_image", "test_insertimage", "test_image_props", |
| 156 | "test_close_window", "test_regex", |
| 157 | "test_createlink", "test_selected_element", "test_dom_path"}, |
| 158 | FF = "test_createlink", |
| 159 | FF_ESR = "test_createlink") |
| 160 | @HtmlUnitNYI(CHROME = {"test_blank_image", "test_insertimage", "test_image_props", |
| 161 | "test_close_window", "test_bold", "test_selected_element", |
| 162 | "test_dom_path", "test_createlink"}, |
| 163 | EDGE = {"test_blank_image", "test_insertimage", "test_image_props", |
| 164 | "test_close_window", "test_bold", "test_selected_element", |
| 165 | "test_dom_path", "test_createlink"}, |
| 166 | FF = {"test_blank_image", "test_insertimage", "test_image_props", |
| 167 | "test_bold", "test_createlink", "test_hidden_elements"}, |
| 168 | FF_ESR = {"test_blank_image", "test_insertimage", "test_image_props", |
| 169 | "test_bold", "test_createlink", "test_hidden_elements"}) |
| 170 | public void editor() throws Exception { |
| 171 | doTest("editor.html", Arrays.asList(getExpectedAlerts())); |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * @throws Exception if an error occurs |
nothing calls this directly
no test coverage detected