test('Remove stage with form', async () => {
    const form = await formFactory();

    const stageWithForm = await stageFactory({ formId: form._id });