As a visitor
When I visit "/login
And when I click link "Create Account"
And I fill in my desired credentials
And I submit my information
Then my current page should be "/dashboard"
And I should see a message in the navbar that says "Logged in as SOME_USER"
And I should see my profile information
And I should not see a link for "Login"
And I should see a link for "Logout"
As a visitor When I visit "/login And when I click link "Create Account" And I fill in my desired credentials And I submit my information Then my current page should be "/dashboard" And I should see a message in the navbar that says "Logged in as SOME_USER" And I should see my profile information And I should not see a link for "Login" And I should see a link for "Logout"