/add-tutorial

This is just a starting point for some TDD training

Primary LanguageJava

Feature: Load organisation.

Feature: Save organisation.

Feature: Display person's role in info view.
As a user
When I select a person in the organisation tree
Then the person's role is displayed in the info view.

Feature: Display person's role icon in tree.
As a user
When a person is displayed in the organisation tree
Then the person's role is indicated with an icon.

Feature: Display person's role in tooltip.
As a user
When a person is displayed in the organisation tree
And I hover over a person with the mouse
Then a tooltip displays the person's role.

Feature: Edit person's role.
As a user
When I change the role for a person in the info view
Then the person's role is updated in the tree view.