Commit 06160c1d authored by Romain Courteaud's avatar Romain Courteaud
parent 9db42a6f
...@@ -62,12 +62,12 @@ ...@@ -62,12 +62,12 @@
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//p[text()='10/20/2019']</td> <td>//p[@data-date='2019-10-20']</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>//p[text()='10/20/2019']</td> <td>//p[@data-date='2019-10-20']</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