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