Sha256: 7d69a3be8bf14f555a6f921c43e4463cdaecb73e754dcd1a51f18f61ab4ca904

Contents?: true

Size: 880 Bytes

Versions: 65

Compression:

Stored size: 880 Bytes

Contents

Feature: Setting up
  In order to be able to start a new Wagn site
  As a Wagneer
  I want to setup an initial account
  
  Background:
    
  Scenario: Wagneer visits site for first time
    Given site simulates setup need
#done here bc cache gets cleared otherwise
  
    When I go to the homepage
    Then I should see "Welcome"
    
    When I fill in "card_name" with "The Newber"
    And I enter "newb@wagn.org" into "*email"
    And I enter "newb_pass" into "*password"
    And I press "Set up"
    Then I should see "The Newber"
    
    When I go to card "The Newber+*roles"
    Then I should see "Administrator"

    When I follow "Sign out"
    And I follow "Sign in"
    And I enter "newb@wagn.org" into "*email"
    And I enter "newb_pass" into "*password"
    And I press "Sign in"
    Then I should see "The Newber"
    
    And site stops simulating setup need
  

Version data entries

65 entries across 65 versions & 2 rubygems

Version Path
wagn-1.21.1 features/setup.feature
decko-0.2.2 features/setup.feature
decko-0.2.1 features/setup.feature
decko-0.2 features/setup.feature
decko-0.1 features/setup.feature
wagn-1.21.0 features/setup.feature
wagn-1.20.4 features/setup.feature
wagn-1.20.3 features/setup.feature
wagn-1.20.2 features/setup.feature
wagn-1.20.1 features/setup.feature
wagn-1.20.0 features/setup.feature
wagn-1.19.6 features/setup.feature
wagn-1.19.5 features/setup.feature
wagn-1.19.4 features/setup.feature
wagn-1.19.3 features/setup.feature
wagn-1.19.2 features/setup.feature
wagn-1.19.1 features/setup.feature
wagn-1.19.0 features/setup.feature
wagn-1.18.6 features/setup.feature
wagn-1.18.5 features/setup.feature