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

✅ Unique ID per test in submit tests #663

Merged
merged 1 commit into from
Jun 11, 2024
Merged

✅ Unique ID per test in submit tests #663

merged 1 commit into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. ✅ Unique ID per test in submit tests

    We've had some issues with state from one test bleeding into another.
    
    This happens because all of our `submit.js` tests use the same
    collection and ID.
    
    This change makes them instead use sequential IDs for each test, which
    should give each test better isolation from other tests.
    alecgibson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2138407 View commit details
    Browse the repository at this point in the history