-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUS41.feature
33 lines (25 loc) · 1.22 KB
/
US41.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
26
27
28
29
30
31
32
33
#---------------------------------------------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------------------------------------------
#
# US41: Explorar information items
#
#---------------------------------------------------------------------------------------------------------------------------------------
Feature: Explore information items
As a user
I want to visualize the information items
So that I can access to the information inside
Scenario: visualize information items
Given the user access a project
When the user tries to visualize the project information items
Then they appear and are able to select
Examples:
Scenario: Error loading iformation items
Given the user access a project
When the user tries to visualize the project information items
Then an error happens and the information items fail to load
Examples:
Scenario: Empty project
Given the user access a project
When the user tries to visualize the project information items
Then no information item appear as the project is empty
Examples: