-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUS46.feature
More file actions
25 lines (20 loc) · 1002 Bytes
/
US46.feature
File metadata and controls
25 lines (20 loc) · 1002 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
#---------------------------------------------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------------------------------------------
#
# US46: Crear pregunta como Sell Side Agent
#
#---------------------------------------------------------------------------------------------------------------------------------------
Feature: create a question as a Sell Side Agent
As a Sell Side user
I want to create questions
So that I can exchange my doubts with the Buy Side Agent
Scenario: create a question
Given the Sell Side Agent creates a question
When the user input the question text
Then the question is uploaded
Examples:
Scenario: error creating question
Given the Sell Side Agent creates a question
When the user input the question text
Then an error occurs and the question is not uploaded
Examples: