•  
      request #20914 Error when pasting an image in execution comments
    Infos
    #20914
    Joris MASSON (jmasson)
    2021-04-12 14:18
    2021-04-12 12:45
    22501
    Details
    Error when pasting an image in execution comments

    After git #tuleap/stable/1944628733d0687f5e43d896a75a62c674bfb76f, TestManagement no longer provides replacements for Node.js' process in its own build. Previously, it was necessary to make the file upload of the artifact modal function. Now, since the modal is built in its own folder, it has been removed. It turns out a component of the HTML parser used to truncate execution comments, vfile, still relied on process. Bumping it from v4.1.0 to v 4.2.1 solves this issue as it now has its own "polyfill" for process included.

    Github releases for vfile:

    This was spotted in the Nightly cypress tests.

    Test Management
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2021-04-12
    Attachments
    Empty
    References

    Follow-ups