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

ooOList.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
  • No labels