Commit 027fb6a3 authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Romain Courteaud

erp5_monaco_editor_ui_test: fix xpath to wait and click

parent d834f76f
Pipeline #12838 failed with stage
......@@ -112,9 +112,9 @@
<tr><td>click</td>
<td>//a[@data-i18n="Views"]</td><td></td></tr>
<tr><td>waitForElementPresent</td>
<td>//a[.="portal_components"]</td><td></td></tr>
<td>//a[.="Components"]</td><td></td></tr>
<tr><td>click</td>
<td>//a[.="portal_components"]</td><td></td></tr>
<td>//a[.="Components"]</td><td></td></tr>
</tal:block>
</tbody></table>
</body>
......
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