extraFieldUser.feature 598 B

123456789101112131415
  1. Feature: User extra fields
  2. In order to use the user extra fields
  3. As an administrator
  4. I need to be able to create an extra field
  5. Scenario: Create a text extra field
  6. Given I am a platform administrator
  7. And I am on "/main/admin/extra_fields.php?type=user&action=add"
  8. When I fill in the following:
  9. | display_text | Behat extra field |
  10. | variable | behat_extra_field |
  11. And I fill in select bootstrap static input "#field_type" select "1"
  12. And I press "submit"
  13. Then I should see "Item added"