-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUS40.feature
More file actions
27 lines (21 loc) · 960 Bytes
/
US40.feature
File metadata and controls
27 lines (21 loc) · 960 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
#---------------------------------------------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------------------------------------------
#
# US40: Ingresar proyecto
#
#---------------------------------------------------------------------------------------------------------------------------------------
Feature: Access to project
As a user
I want to access the projects
So that I can work with the information inside
Scenario: Access to project
Given the user select an existent project
When the user tries to enter the content
Then I acces the project
Examples:
Scenario: Error accessing to projects
Given the user select an existent project
When I scroll through the page
And he user tries to enter the content
Then an error deny the access
Examples: