createUserViaCSV.feature 404 B

123456789101112
  1. @administration
  2. Feature: Users creation via CSV
  3. Scenario: Import user via CSV
  4. Given I am a platform administrator
  5. And I am on "/main/admin/user_import.php"
  6. Then I attach the file "/main/admin/example.csv" to "import_file"
  7. Then I press "Import"
  8. Then I should see "File imported"
  9. Then I am on "main/admin/user_list.php?keyword=drbrown@example.net"
  10. Then I should see "emmert"