Skip to content

Commit

Permalink
✅ Unique ID per test in submit tests
Browse files Browse the repository at this point in the history
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 random IDs for each test, which
should give each test better isolation from other tests.
  • Loading branch information
alecgibson committed May 29, 2024
1 parent 7abe650 commit 24dc1ef
Showing 1 changed file with 102 additions and 95 deletions.
Loading

0 comments on commit 24dc1ef

Please sign in to comment.