-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUS43.feature
25 lines (20 loc) · 1.03 KB
/
US43.feature
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
#---------------------------------------------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------------------------------------------
#
# US43: Crear information item como Buy Side Agent
#
#---------------------------------------------------------------------------------------------------------------------------------------
Feature: Create an information item as a Buy Side Agent
As a Buy Side Agent user
I want to create information items
So that I can share them with the Sell Side
Scenario: Creation of an information item
Given the user creates a document inside an information item
When the user input the upload
Then document is created
Examples:
Scenario: Error creating an information item
Given the user creates a document inside an information item
When the user input the upload
Then an error occurs and the document never gets created
Examples: