Commit 2138407
committed
✅ Unique ID per test in
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.submit tests1 parent 3cdecf4 commit 2138407
1 file changed
+101
-94
lines changed
0 commit comments