-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.2.4, 3.3.1
-
None
-
MOODLE_32_STABLE, MOODLE_33_STABLE
I have a Behat scenario where I want to define a custom user profile field, and then create a user with Given the following "users" exist:, but that does not work.
(And, since the user profile field is required, it completely breaks my test, because then when you try to log in, it redirects to the edit profile page.)
I think the data generator should be able to set custom profile fields.