first_boot.feature 497 B

12345678910111213141516
  1. Feature: First Boot
  2. As a developer
  3. In order to ensure I have a great first experience
  4. I want Active Admin to just work on install
  5. Scenario: Visiting /admin and logging in with no configurations
  6. Given a configuration of:
  7. """
  8. """
  9. And an admin user "admin@example.com" exists
  10. When I go to the dashboard
  11. When I fill in "Email" with "admin@example.com"
  12. And I fill in "Password" with "password"
  13. And I press "Login"
  14. Then I should be on the the dashboard