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 15 Next »

Feature

As a user
I want to see my messages in any box
So that I can read or delete them

Scenarios

Feature: Message list

  Scenario: View the messages in the inbox
    Given user is logged in
    When user is consulting the INBOX
    Then INBOX message list is shown

  Scenario: Look at the messages in the sent box
    Given user is logged in
    When user is consulting the SENTBOX
    Then SENTBOX message list is shown

  Scenario: View the messages in the bin inbox
    Given user is logged in
    When user is consulting the BININBOX
    Then BININBOX message list is shown

  Scenario: View the messages in the bin sent box
    Given user is logged in
    When user is consulting the BINSENTBOX
    Then BINSENTBOX message list is shown

  • No labels