Sha256: 39c6d6453992a2d3c170d04a9bcc428c85def9f464ed5f0c43cd064260fd7fdf

Contents?: true

Size: 882 Bytes

Versions: 5

Compression:

Stored size: 882 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

5 entries across 5 versions & 1 rubygems

Version Path
wagn-1.14.0 features/setup.feature
wagn-1.14.0.pre3 features/setup.feature
wagn-1.14.0.pre2 features/setup.feature
wagn-1.14.0.pre1 features/setup.feature
wagn-1.13.0 features/setup.feature