Sha256: 6e18fd24f06763d29b8881e754a48d4218147a70dbba96fb62115faa779e5e3d
Contents?: true
Size: 1.02 KB
Versions: 6
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: 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 filter tasks Then I an redirected on the tasks tab
Version data entries
6 entries across 6 versions & 1 rubygems