Versions Compared

Key

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

...

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

@ignore
Feature: Out-of-Office List
  As a user
  I want to see my Out-of-Office list
  So that I can see all my planned absences

  @ignore
  Scenario: Look at the OoO list
    Given user is logged in
    When user is on the OoO list page
    Then OoO list is shown

...