test('Create script when lead (Error: Form not found)', async () => {
    const brand = await brandFactory();

    const lead = await integrationFactory({ kind: 'lead', brandId: brand._id });