- Change default file_path to the root to get csv temp filespull/2458/head
parent
0cdf70ffcf
commit
b03dcbaa9d
@ -0,0 +1,11 @@ |
||||
@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 "/main/admin/example.csv" to "import_file" |
||||
Then I press "Import" |
||||
Then I should see "File imported" |
||||
Then I am on "main/admin/user_list.php?keyword=drbrown@example.net" |
||||
Then I should see "emmert" |
||||
Loading…
Reference in new issue