-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.11, 4.0.4, 4.0.5
In menu custom profile fields, each option needs to be in a new line. However, when using the generator in a behat test you cannot add new line characters in the value of param1, so you can only set a single option. I tried using "\n" but it's considered as 2 characters instead of the new line character.
Simey suggested using "," in the generator to make it more readable (instead of using "\n").