Feature
User story | As a user | |||
Use case | UC-410: Delete OoO | |||
Expected result | Check the response of the webservice call. | |||
Actual result | Check the front-end of the application under test. | |||
Test pass conditions | Verify that the message is correctly deleted in the OoO list. |
Scenarios (Cucumber)
Code Block | ||||
---|---|---|---|---|
| ||||
#Remove the @ignore-tag(s) of scenarios you want to start testing. @ignore Feature: TS-409: 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 |
...