Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegherkin
titleacknowledgments.feature
#Remove the @ignore-tag(s) of scenarios you want to start testing.

@ignore
Feature: TS-405406: Acknowledgments
  As a user
  I want to know the acknowledgments status of my sent message
  In order to know if my recipient has received/read it

  @ignore
  Scenario: Verify an acknowledgment status with one recipient
    Given user is logged in
    When user is consulting the SENTBOX
    And user reads the 'read: basic' message
    And user requests the acknowledgment status
    Then the acknowledgment status with one recipientof the 'read: basic' message is shown correctly

  @ignore
  Scenario: Verify an acknowledgment status with multiple recipients
    Given user is logged in
    When user is consulting the SENTBOX
    And user reads the basic 'read: two recipients' message
    And user requests the acknowledgment status
    Then the acknowledgment status with multipleof the 'read: two recipients' message is shown correctly