Versions Compared

Key

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

...

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

@ignore
Feature: ReadSend message
  As a user
  I want to be able to readsend a message
  So that I know what am able to send data to another user sent me

  @ignore
  Scenario: ReadSend a message from the inbox
    Given user is logged in
    When user is consultingon the INBOX
    And user reads the basicsend message
    Then the correct message is shown in the INBOX

  @ignore
  Scenario: Read a message from the sent box
    Given user is logged in
    When user is consulting the SENTBOX page
    And user readssends thea basic message
    Then the correct message is shown in the SENTBOXsent correctly

  @ignore
  Scenario: ReadSend an encrypted message
    Given user is logged in
    When user is consultingon the send INBOXmessage page
    And user readssends thean encrypted message
    Then the correct message is shown in the INBOXsent correctly

  @ignore
  Scenario: ReadSend a message with an attachment
    Given user is logged in
    When user is consultingon the send message INBOXpage
    And user readssends thea message with an attachment
    Then the correct message is shown in the INBOXsent correctly

  @ignore
  Scenario: ReadSend an encrypted message with an attachment
    Given user is logged in
    When user is consultingon the send message INBOXpage
    And user readssends thean encrypted message with an attachment
    Then the correct message is shown in the INBOX

sent correctly