This test currently blocks/unblocks the test user twice for every edit route. We can probably shave off some run time by moving the blocking/unblocking outside of the loop over the edit routes. We may need different test users for different types of blocks but it should still speed up the test.
Description
Description