Versions Compared

Key

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

...

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

@ignore
Feature: TS-408409: Insert Out-of-Office
  As a user
  I want to add an Out-of-Office
  In order to let other users know of my absence

  @ignore
  Scenario: Insert an OoO without substitutes
    Given user is logged in
    When user is on the insert OoO page
    When user adds an OoO in April
    Then the OoO in April is added correctly

  @ignore
  Scenario: Insert an OoO with a substitute
    Given user is logged in
    When user is on the insert OoO page
    When user adds an OoO within a substituteMay
    Then the OoO in May is added correctly

  @ignore
  Scenario: Insert an OoO with two substitutes
    Given user is logged in
    When user is on the insert OoO page
    When user adds an OoO within substitutesJune
    Then the OoO in June is added correctly