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: Data Coordinator Features
|
|
|
|
Background:
|
|
|
|
Given I am signed in as "Data Coordinator"
|
|
|
|
|
|
|
|
Scenario: Viewing users
|
|
|
|
Given there are multiple users in the same organization
|
|
|
|
When I visit the users page
|
|
|
|
Then I see information about those users
|
|
|
|
And the user navigation bar is highlighted
|
|
|
|
|
|
|
|
@wip
|
|
|
|
Scenario: Viewing your organisation details
|
|
|
|
When I visit the About your organisation page
|
|
|
|
Then I see information about your organisation
|
|
|
|
And the about your organisation navigation bar is highlighted
|