Sha256: a0108d3304ce8aa79b224193e270071985dc3add5ce0b3422d0f1fe54895328d
Contents?: true
Size: 1.24 KB
Versions: 11
Compression:
Stored size: 1.24 KB
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 errors 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 Scenario: Create corporation from individual When I create an new individual And I create corporation from individual And I add his first_name, last_name and email And I validate the new individual Then the individual is created And the new corporation is associated to individual
Version data entries
11 entries across 11 versions & 1 rubygems