Sha256: 5a25f536c9e08cadfd11b7e00ffc4c077fdc7e46d2684487de43ce095ea48570

Contents?: true

Size: 608 Bytes

Versions: 24

Compression:

Stored size: 608 Bytes

Contents

@javascript
Feature: IdCards

  Scenario: New id_card
    Given an authenticated user
    And the user goes on the new id_card page
    When he fills the id_card's information
    And creates a new id_card
    Then he is redirected on the id_cards page
    And the id_card is added to the id_card list

  Scenario: Update id_card
    Given an authenticated user
    And an existing id_card
    When the user edits the id_card
    Then the current id_card's label should be pre-filled
    When he validates the new id_card
    Then he is redirected on the id_cards page
    And the id_card's label is updated

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
dorsale-3.8.1 features/billing_machine_id_cards.feature
dorsale-3.8.0 features/billing_machine_id_cards.feature
dorsale-3.7.8 features/billing_machine_id_cards.feature
dorsale-3.7.7 features/billing_machine_id_cards.feature
dorsale-3.7.6 features/billing_machine_id_cards.feature
dorsale-3.7.5 features/billing_machine_id_cards.feature
dorsale-3.7.4 features/billing_machine_id_cards.feature
dorsale-3.7.2 features/billing_machine_id_cards.feature
dorsale-3.7.1 features/billing_machine_id_cards.feature
dorsale-3.7.0 features/billing_machine_id_cards.feature
dorsale-3.6.1 features/billing_machine_id_cards.feature
dorsale-3.6.0 features/billing_machine_id_cards.feature
dorsale-3.5.2 features/billing_machine_id_cards.feature
dorsale-3.5.1 features/billing_machine_id_cards.feature
dorsale-3.5.0 features/billing_machine_id_cards.feature
dorsale-3.4.0 features/billing_machine_id_cards.feature
dorsale-3.3.0 features/billing_machine_id_cards.feature
dorsale-3.2.0 features/billing_machine_id_cards.feature
dorsale-3.1.7 features/billing_machine_id_cards.feature
dorsale-3.1.6 features/billing_machine_id_cards.feature