|
|
@ -23,6 +23,7 @@ Feature: Copy meetings |
|
|
|
| title | Alices Meeting | |
|
|
|
| title | Alices Meeting | |
|
|
|
| location | CZI | |
|
|
|
| location | CZI | |
|
|
|
| duration | 1.5 | |
|
|
|
| duration | 1.5 | |
|
|
|
|
|
|
|
| start_time | 2013-03-27 18:55:00 | |
|
|
|
|
|
|
|
|
|
|
|
Scenario: Navigate to a meeting page with permission to create meetings |
|
|
|
Scenario: Navigate to a meeting page with permission to create meetings |
|
|
|
Given the role "user" may have the following rights: |
|
|
|
Given the role "user" may have the following rights: |
|
|
@ -44,6 +45,9 @@ Feature: Copy meetings |
|
|
|
Then the "meeting[title]" field should contain "Alices Meeting" |
|
|
|
Then the "meeting[title]" field should contain "Alices Meeting" |
|
|
|
And the "meeting[location]" field should contain "CZI" |
|
|
|
And the "meeting[location]" field should contain "CZI" |
|
|
|
And the "meeting[duration]" field should contain "1.5" |
|
|
|
And the "meeting[duration]" field should contain "1.5" |
|
|
|
|
|
|
|
And the "meeting[start_date]" field should contain "2013-03-27" |
|
|
|
|
|
|
|
And the "meeting[start_time(4i)]" field should contain "18" |
|
|
|
|
|
|
|
And the "meeting[start_time(5i)]" field should contain "55" |
|
|
|
#And no participant should be selected as attendee |
|
|
|
#And no participant should be selected as attendee |
|
|
|
#And only invited participants should be selected as invitees |
|
|
|
#And only invited participants should be selected as invitees |
|
|
|
|
|
|
|
|
|
|
|