-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUS20.feature
More file actions
29 lines (19 loc) · 966 Bytes
/
US20.feature
File metadata and controls
29 lines (19 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Feature: Request Closure
As an investor user
I want to view the obtained data until I close and mark the request as completed
So that I have the necessary time with the data without compromising the company I requested from
Scenario: Confirming Request Closure
Given the investor user has finished using the company data,
When the user decides to close the request,
Then the data and files are deleted and the user cannot view them again.
Examples:
Scenario: Error Closing the Request
Given the investor user has finished using the company data,
When the user decides to close the request,
Then an error message appears indicating that the request could not be closed.
Examples:
Scenario: Error Deleting Data
Given the investor user has finished using the company data,
When the user decides to close the request,
Then the request is marked as closed but the data is not deleted.
Examples: