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

Version Path
dorsale-3.7.5 features/customer_vault_tasks.feature
dorsale-3.7.4 features/customer_vault_tasks.feature
dorsale-3.7.2 features/customer_vault_tasks.feature
dorsale-3.7.1 features/customer_vault_tasks.feature
dorsale-3.7.0 features/customer_vault_tasks.feature
dorsale-3.6.1 features/customer_vault_tasks.feature
dorsale-3.6.0 features/customer_vault_tasks.feature
dorsale-3.5.2 features/customer_vault_tasks.feature
dorsale-3.5.1 features/customer_vault_tasks.feature
dorsale-3.5.0 features/customer_vault_tasks.feature
dorsale-3.4.0 features/customer_vault_tasks.feature
dorsale-3.3.0 features/customer_vault_tasks.feature
dorsale-3.2.0 features/customer_vault_tasks.feature