Scenario: User can import a csv file of organisations
Given the user is connected with a role_admin
When the user lands on the organizations import page
And the user add a file in csv format
Then the organisations has been added to the database
And the user is redirected to the list of organisations
Description
add a
Behat
test to import a csv fileScenarios
Feature : add organisations file
Scenario: User can import a csv file of organisations Given the user is connected with a role_admin When the user lands on the organizations import page And the user add a file in csv format Then the organisations has been added to the database And the user is redirected to the list of organisations