Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests/behat/features/createUserViaCSV.feature

13 lines
509 B

@administration
Feature: Users creation via CSV
Scenario: Import user via CSV
Given I am a platform administrator
And I am on "/main/admin/user_import.php"
Then I attach the file "/public/main/admin/example.csv" to "import_file"
Then I press "Import"
And wait very long for the page to be loaded
Then I should see "File imported"
Then I am on "main/admin/user_list.php?keyword=drbrown@example.net"
And wait very long for the page to be loaded
Then I should see "emmert"