Versions Compared

Key

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

Table of Contents
maxLevel2
excludeTable of Contents
typeflat


Info

This page serves as a template for other test scripts. This page will only be visible for people from imec.HIE.

Feature

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

Scenarios

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

  @ignore
  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

  @ignore
  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

  @ignore
  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