Commit 2df4076a authored by Jérome Perrin's avatar Jérome Perrin

ui_test: simplify assertion

This step just checks that multi relation field listbox shows a list of
related document and that clicking on any item of the list leads to the
related document.
The order of related documents in the list has always been unspecified,
but the first one was always 1 until recently.
Because this test does not really care which one of the two related
document was clicked, just assert that it's a document from foo_module.
parent a636336a
Pipeline #5564 failed with stage
in 0 seconds
......@@ -138,7 +138,7 @@ will be shown
</tr>
<tr>
<td>assertAbsoluteLocation</td>
<td tal:content="string:regexp:${here/portal_url}/foo_module/1(\?|$$)"/>
<td tal:content="string:glob:${here/portal_url}/foo_module/*"/>
<td></td>
<td></td>
</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