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

Code

deleteOoO.feature
#Remove the @ignore-tag(s) of scenarios you want to start testing.

@ignore
Feature: Delete Out-of-Office
  As a user
  I want to delete an Out-of-Office
  So that I can remove past or false OoOs

  @ignore
  Scenario: Delete an OoO
    Given user is logged in
    When user is on the OoO list page
    And user deletes one OoO
    Then OoO is deleted
  • No labels