Commit cd4d74d2 authored by Tomáš Peterka's avatar Tomáš Peterka

[erp5_web_renderjs_ui_test] Check explicitly the notification text of failed form submission

parent 9301f06e
...@@ -68,6 +68,11 @@ ...@@ -68,6 +68,11 @@
<td>//div[@data-gadget-scope='notification']/button</td> <td>//div[@data-gadget-scope='notification']/button</td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td>verifyText</td>
<td>//div[@data-gadget-scope='notification']/button</td>
<td>Encountered an unknown error. Try to resubmit.</td>
</tr>
<!-- Modified form data must stay after the notification --> <!-- Modified form data must stay after the notification -->
<tr> <tr>
<td>verifyValue</td> <td>verifyValue</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