|
|
@ -43,6 +43,8 @@ Feature: Close and open meeting agendas |
|
|
|
Given the role "user" may have the following rights: |
|
|
|
Given the role "user" may have the following rights: |
|
|
|
| view_meetings | |
|
|
|
| view_meetings | |
|
|
|
| close_meeting_agendas | |
|
|
|
| close_meeting_agendas | |
|
|
|
|
|
|
|
And the meeting "Bobs Meeting" has 1 agenda with: |
|
|
|
|
|
|
|
| text | "blubber" | |
|
|
|
When I login as "alice" |
|
|
|
When I login as "alice" |
|
|
|
And I go to the Meetings page for the project called "dingens" |
|
|
|
And I go to the Meetings page for the project called "dingens" |
|
|
|
And I click on "Bobs Meeting" |
|
|
|
And I click on "Bobs Meeting" |
|
|
|