Sha256: 7987747e55c2f7fb683156b4ee0cd22926546561d974df8662f09c464e4555ff
Contents?: true
Size: 970 Bytes
Versions: 48
Compression:
Stored size: 970 Bytes
Contents
@javascript Feature: Manage individuals As a user I want to edit individuals In order to follow up on the relationship Background: Given an authenticated user Scenario: New individual When I create an new individual And I add his first_name, last_name and email And I fill the address And I validate the new individual Then the individual is created Scenario: New individual without individual When I create an new individual And I fill the address And I validate the new individual Then i see an error message for the missing names Scenario: Add tags Given an existing individual When I edit this individual And I add tags to this individual And I submit this individual Then tags are added Scenario: Remove tags Given an existing individual with tags When I edit this individual And I remove tags to this individual And I submit this individual Then tags are removed
Version data entries
48 entries across 48 versions & 1 rubygems