Commit 9ef449b1 authored by Jérome Perrin's avatar Jérome Perrin

web_renderjs_ui_test: adjust testPrintActions

Since 05210e87 (erp5_web_renderjs_ui: add LabelField support,
2020-05-26) we have label field support, so this labelfield is no longer
rendered with the fallback "read only field" gadget and markup is
different. Update selector to make the test happy.
parent 57e82771
......@@ -47,7 +47,7 @@
</tal:block>
<tr><td>waitForText</td>
<td>//p[@id='field_last_form_id']</td>
<td>//div[@data-gadget-scope='field_last_form_id']//div[@data-gadget-scope='field']</td>
<td>Foo_viewRelationField</td></tr>
</tbody></table>
</body>
......
  • @romain this is to fix failure from in https://nexedijs.erp5.net/#/test_result_module/20200612-A41F5E6F/234

    It has been running on test runnner 1 and passed

    let me know if you see something wrong with this patch, otherwise let's apply it in master

  • nice catch. My mistake. I thought this error came from one of my local change and I didn't check...

  • Thanks, I pushed. All tests should be OK now

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