DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Add test to import organisations #221

Open Rantignac opened 4 years ago

Rantignac commented 4 years ago

Description

add a Behat test to import a csv file

Scenarios

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