THIS SPACE IS UNDER CONSTRUCTION

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Code

acknowledgments.feature
#Remove the @ignore-tag(s) of scenarios you want to start testing.

@ignore
Feature: Acknowledgments
  As a user
  I want to know the acknowledgments status of my sent message
  So that I know if my recipient has received/read it

  @ignore
  Scenario: View a acknowledgment status from one of your sent messages
    Given user is logged in
    When user is consulting the SENTBOX
    And user reads the basic message
    And user requests the acknowledgments status
    Then the acknowledgments are shown correctly
  • No labels