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 Jun 11, 2024
1 parent 3cdecf4 commit 70ec2df
Showing 1 changed file with 101 additions and 94 deletions.
Loading

0 comments on commit 70ec2df

Please sign in to comment.