Commit 7f1069e0 authored by Jérome Perrin's avatar Jérome Perrin

km_ui_test: fix assertions

is* selenium commands do not fail when evaluating to false, I guess
we wanted to use assert* here.
parent 6eb30652
...@@ -98,12 +98,12 @@ ...@@ -98,12 +98,12 @@
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>isElementPresent</td> <td>assertElementPresent</td>
<td>//button[@id='zoomOut']</td> <td>//button[@id='zoomOut']</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>isElementPresent</td> <td>assertElementPresent</td>
<td>//button[@id='zoomIn']</td> <td>//button[@id='zoomIn']</td>
<td></td> <td></td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment