@ -78,7 +78,7 @@ Feature: Project Association Management
And t h e u s e r " P r o j e c t - A d m i n " i s a " P r o j e c t A d m i n "
Scenario : Reader does not render anything when there are no project associations
Given I a m l o g g e d i n a s " V i e w e r "
Given I a m a l r e a d y l o g g e d i n a s " V i e w e r "
When I g o t o t h e p a g e o f t h e p r o j e c t c a l l e d " M y P r o j e c t "
And I t o g g l e t h e " T i m e l i n e s " s u b m e n u
And I f o l l o w " D e p e n d e n c i e s "
@ -88,7 +88,7 @@ Feature: Project Association Management
And I s h o u l d n o t s e e " N o d a t a t o d i s p l a y "
Scenario : Reader gets 'No data to display' when there are associations to unknown projects
Given I a m l o g g e d i n a s " V i e w e r "
Given I a m a l r e a d y l o g g e d i n a s " V i e w e r "
And t h e r e a r e t h e f o l l o w i n g p r o j e c t a s s o c i a t i o n s :
| P r o j e c t A | P r o j e c t B |
| M y P r o j e c t | O t h e r |
@ -102,7 +102,7 @@ Feature: Project Association Management
And I s h o u l d n o t s e e " N o d a t a t o d i s p l a y "
Scenario : Reader sees associations to projects where s/he is member and to public ones
Given I a m l o g g e d i n a s " V i e w e r "
Given I a m a l r e a d y l o g g e d i n a s " V i e w e r "
And t h e r e a r e t h e f o l l o w i n g p r o j e c t a s s o c i a t i o n s :
| P r o j e c t A | P r o j e c t B |
| M y P r o j e c t | V i s i b l e |
@ -118,14 +118,14 @@ Feature: Project Association Management
And I s h o u l d s e e " S c r u m " b e l o w " S c r u m P r o j e c t "
Scenario : Reader is not able to add associations
Given I a m l o g g e d i n a s " V i e w e r "
Given I a m a l r e a d y l o g g e d i n a s " V i e w e r "
When I g o t o t h e p a g e o f t h e p r o j e c t c a l l e d " M y P r o j e c t "
And I c l i c k o n " D e p e n d e n c i e s "
And I s h o u l d n o t b e a b l e t o a d d n e w p r o j e c t a s s o c i a t i o n s
@javascript
Scenario : Editor is able to add associations
Given I a m l o g g e d i n a s " E d i t o r "
Given I a m a l r e a d y l o g g e d i n a s " E d i t o r "
When I g o t o t h e p a g e o f t h e p r o j e c t c a l l e d " M y P r o j e c t "
And I t o g g l e t h e " T i m e l i n e s " s u b m e n u
And I c l i c k o n " D e p e n d e n c i e s "
@ -139,7 +139,7 @@ Feature: Project Association Management
And I s h o u l d s e e " V i s i b l e " b e l o w " W a t e r f a l l P r o j e c t "
Scenario : Editor is able to edit associations
Given I a m l o g g e d i n a s " E d i t o r "
Given I a m a l r e a d y l o g g e d i n a s " E d i t o r "
And t h e r e a r e t h e f o l l o w i n g p r o j e c t a s s o c i a t i o n s :
| P r o j e c t A | P r o j e c t B | D e s c r i p t i o n |
| M y P r o j e c t | V i s i b l e | A g o o d r e a s o n |
@ -155,7 +155,7 @@ Feature: Project Association Management
And I s h o u l d s e e " A b e t t e r r e a s o n " b e l o w " W a t e r f a l l P r o j e c t "
Scenario : Editor cannot delete associations
Given I a m l o g g e d i n a s " E d i t o r "
Given I a m a l r e a d y l o g g e d i n a s " E d i t o r "
And t h e r e a r e t h e f o l l o w i n g p r o j e c t a s s o c i a t i o n s :
| P r o j e c t A | P r o j e c t B | D e s c r i p t i o n |
| M y P r o j e c t | V i s i b l e | A g o o d r e a s o n |
@ -166,7 +166,7 @@ Feature: Project Association Management
Then I s h o u l d n o t s e e " D e l e t e V i s i b l e "
Scenario : Project-Admin may delete associations
Given I a m l o g g e d i n a s " P r o j e c t - A d m i n "
Given I a m a l r e a d y l o g g e d i n a s " P r o j e c t - A d m i n "
And t h e r e a r e t h e f o l l o w i n g p r o j e c t a s s o c i a t i o n s :
| P r o j e c t A | P r o j e c t B | D e s c r i p t i o n |
| M y P r o j e c t | V i s i b l e | A g o o d r e a s o n |