Sha256: 7dfc36f7c1defb4869871c9ecc0418f2a0ad87ef404341c81584897b18cefa8d

Contents?: true

Size: 1.7 KB

Versions: 49

Compression:

Stored size: 1.7 KB

Contents

@javascript
Feature: Manage links
  As a user
  I want to edit links
  In order to identify the people responsible for corporations

  Background:
    Given an authenticated user

  Scenario: Add a new link on individual
    Given an existing corporation
    And an existing individual
    When I navigate to the link section of the indidual details
    And I add a new link to the individual
    And I provide the link and the target corporation
    And I validate the link
    Then the new link is displayed

  Scenario: Edit a link on individual
    Given an existing link
    When I navigate to the link section of the indidual details
    And I edit the link
    And I change the title
    And I validate the link
    Then the edited link is displayed

  Scenario: Delete a link on individual
    Given an existing link
    When I navigate to the link section of the indidual details
    And I delete the link
    Then the targeted link is removed

  Scenario: Add a new link on corporation
    Given an existing corporation
    And an existing individual
    When I navigate to the link section of the corporation details
    And I add a new link to the corporation
    And I provide the link and the target individual
    And I validate the link
    Then the new link is displayed

  Scenario: Edit a link on corporation
    Given an existing link
    When I navigate to the link section of the corporation details
    And I edit the link
    And I change the title
    And I validate the link
    Then the edited link is displayed

  Scenario: Delete a link on corporation
    Given an existing link
    When I navigate to the link section of the corporation details
    And I delete the link
    Then the targeted link is removed

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
dorsale-4.0.0 features/customer_vault_links.feature
dorsale-3.20.0 features/customer_vault_links.feature
dorsale-3.19.1 features/customer_vault_links.feature
dorsale-3.19.0 features/customer_vault_links.feature
dorsale-3.18.0 features/customer_vault_links.feature
dorsale-3.17.0 features/customer_vault_links.feature
dorsale-3.16.0 features/customer_vault_links.feature
dorsale-3.15.0 features/customer_vault_links.feature
dorsale-3.14.11 features/customer_vault_links.feature
dorsale-3.14.10 features/customer_vault_links.feature
dorsale-3.14.9 features/customer_vault_links.feature
dorsale-3.14.8 features/customer_vault_links.feature
dorsale-3.14.7 features/customer_vault_links.feature
dorsale-3.14.6 features/customer_vault_links.feature
dorsale-3.14.5 features/customer_vault_links.feature
dorsale-3.14.3 features/customer_vault_links.feature
dorsale-3.14.2 features/customer_vault_links.feature
dorsale-3.14.1 features/customer_vault_links.feature
dorsale-3.14.0 features/customer_vault_links.feature
dorsale-3.13.0 features/customer_vault_links.feature