Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Feature: Sign in
|
|
|
|
|
|
|
|
Scenario: Signing in
|
|
|
|
Given There is a "Data Coordinator" user in the database
|
|
|
|
When I visit the sign in page
|
|
|
|
And I fill in the sign in form
|
|
|
|
And I click the sign in button
|
|
|
|
Then I should see the logs page
|
|
|
|
|
|
|
|
Scenario: Signing out
|
|
|
|
Given I am signed in as "Data Coordinator"
|
|
|
|
When I click the sign out button
|
|
|
|
Then I should see the root page
|