Sha256: e90caf3ed075ff438ecfb9d36f9a575d7a3993caed1c74fe73a74996fd922631
Contents?: true
Size: 882 Bytes
Versions: 3
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 "Submit" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wagn-1.13.0.pre2 | features/setup.feature |
wagn-1.13.0.pre1 | features/setup.feature |
wagn-1.13.0.pre | features/setup.feature |