1. 31 Jan, 2022 9 commits
  2. 13 Jan, 2022 6 commits
  3. 12 Jan, 2022 2 commits
  4. 11 Jan, 2022 1 commit
  5. 07 Jan, 2022 9 commits
  6. 06 Jan, 2022 2 commits
  7. 04 Jan, 2022 1 commit
  8. 03 Jan, 2022 4 commits
  9. 31 Dec, 2021 4 commits
  10. 28 Dec, 2021 2 commits
    • Vincent Pelletier's avatar
      erp5_ui_test_core: Make waitForActivities independent from the number of... · 208b11ad
      Vincent Pelletier authored
      erp5_ui_test_core: Make waitForActivities independent from the number of activities processed per tic.
      
      That number was vastly decreased, causing UI tests to bail with "tic is
      looping forever" for no good reason.
      Convert such logic into a deadline one.
      208b11ad
    • Jérome Perrin's avatar
      core: introduce Base_addEditWorkflowComment helper script · e71090b9
      Jérome Perrin authored
      This is intended to replace portal_workflow.doActionFor with edit_action,
      which was only available for users with modify portal content permission
      on the document and also is a bit low level.
      
      It is a common, especially in project specific code that we use
      edit_action to leave notes in history and provide better traceability
      and we sometimes do this on documents where user does not have the
      modify portal content permission.
      e71090b9