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: Insert Out-of-Office
  As a user
  I want to add an Out-of-Office
  So that other users know when I'm absent

  @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
    Then OoO 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 with a substitute
    Then OoO is added correctly

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