Sha256: e213298ea61fd77d7980c18c5c91b1d6c261f81738c9cb487efbdc3d79107525
Contents?: true
Size: 1.02 KB
Versions: 53
Compression:
Stored size: 1.02 KB
Contents
@javascript Feature: Create tasks on people Background: Given an authenticated user Scenario: Add a task to a corporation Given an existing corporation When I go on this corporation And I go on the tasks section And I create a task on this person Then the person task is created When I go on this corporation And I go on the tasks section Then the task appear When I go on the general tasks page Then the task appear Scenario: Add a task to an individual Given an existing individual When I go on this individual And I go on the tasks section And I create a task on this person Then the person task is created When I go on this individual And I go on the tasks section Then the task appear When I go on the general tasks page Then the task appear Scenario: Filter tasks on an individual Given an existing individual When I go on this individual And I go on the tasks section And I filter tasks Then I an redirected on the tasks tab
Version data entries
53 entries across 53 versions & 1 rubygems