@throws Exception if an error occurs
()
| 133 | * @throws Exception if an error occurs |
| 134 | */ |
| 135 | @Test |
| 136 | public void dragDrop() throws Exception { |
| 137 | doTest("dragdrop.html", Arrays.asList(getExpectedAlerts())); |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * @throws Exception if an error occurs |
nothing calls this directly
no test coverage detected