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

fix: Make the testing adapter clear the URL queue #764

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. fix: Make the testing adapter clear the URL queue

    This caused issues in sequential tests where a test would
    update a query state, the URL update would be queued, but
    not flushed at the moment when the test finished, and the
    next test would then pick up the queued value in its initial state.
    franky47 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    261cd95 View commit details
    Browse the repository at this point in the history