User.feature revision 00133496214b7857c585356b36b469a0e3d94b1f
Feature: User Feature
This feature is for the integration tests of the user model,
including registration and login.
Scenario: User Registration
I want to create an Account at Ontohub.
Given I visit the landing page.
When fill out the registration form.
And click on the singup button.
Then I should be on the after signup page
And a new User with given values is registred.
But it is not confirmed.
Scenario: User Login
I'm a registered user of Ontohub
and want to login.
Given I am an registered and confirmed user.
And I visit the landing page.
When I fill out the login form.
And click on the signin button.
Then I should be logged in.