Commit 127ea425 authored by Matevz Golob's avatar Matevz Golob

modify Xpath selectors

parent 794ac210
...@@ -177,14 +177,14 @@ ...@@ -177,14 +177,14 @@
</td></tr> </td></tr>
<tr> <tr>
<td>clickAndWait</td> <td>clickAndWait</td>
<td>//button[@type="submit" and @title="Save"]</td> <td>//button[@name="Base_edit:method" and @title="Save"]</td>
<td></td> <td></td>
</tr> </tr>
<!-- <tr> <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>Data updated.</td> <td>Data updated.</td>
<td></td> <td></td>
</tr> --> </tr>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_action</td> <td>select_action</td>
......
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