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.18.4 features/setup.feature
wagn-1.18.3 features/setup.feature
wagn-1.18.2 features/setup.feature
wagn-1.18.1 features/setup.feature
wagn-1.18.0 features/setup.feature
wagn-1.17.4 features/setup.feature
wagn-1.17.3 features/setup.feature
wagn-1.17.2 features/setup.feature
wagn-1.17.1 features/setup.feature
wagn-1.17.0 features/setup.feature
wagn-1.16.15 features/setup.feature
wagn-1.16.14 features/setup.feature
wagn-1.16.13 features/setup.feature
wagn-1.16.12 features/setup.feature
wagn-1.16.11 features/setup.feature
wagn-1.16.10 features/setup.feature
wagn-1.16.9 features/setup.feature
wagn-1.16.8 features/setup.feature
wagn-1.16.7 features/setup.feature
wagn-1.16.6 features/setup.feature