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