Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: make test more robust by non using globals and guessing the context #321

Commits on Oct 11, 2023

  1. test: make test more robust by non using globals and guessing the con…

    …text
    
    We relied on a global variable to wait for the component to be called,
    but this seems to not be very robust. Instead, we pass a unique ID
    via a query parameter to not re-use the Event object, and store the
    context that we actually use, instead of relying on the last used
    context found.
    maartenbreddels committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3af1276 View commit details
    Browse the repository at this point in the history