You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run ./bin/behat for the first time you will not find any issues
run ./bin/behat for the second time , you will find it is failing in some scenarios like creating new users or departments because they have unique constraints in database
The text was updated successfully, but these errors were encountered:
Steps to reproduce
vagrant ssh
cd /vagrant
./deploy.sh
to create a clean database./bin/behat
for the first time you will not find any issues./bin/behat
for the second time , you will find it is failing in some scenarios like creating new users or departments because they have unique constraints in databaseThe text was updated successfully, but these errors were encountered: