Sha256: 406ee9326b556e258208dbc97b0d201c8bb6ce44769f4f096ab01c7e43ff07b5

Contents?: true

Size: 878 Bytes

Versions: 4

Compression:

Stored size: 878 Bytes

Contents

Feature: Setting up
  In order to be able to start a new Wagn site
  As a Decker
  I want to setup an initial account
  
  Background:
    
  Scenario: Decker 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

4 entries across 4 versions & 1 rubygems

Version Path
decko-0.3.3 features/setup.feature
decko-0.3.2 features/setup.feature
decko-0.3.1 features/setup.feature
decko-0.3.0 features/setup.feature