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.
12 lines
404 B
12 lines
404 B
|
8 years ago
|
@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"
|