Revert "commented out cukes for code that is not there yet. REVERT THIS ONCE FIXED"

This reverts commit 06e6f91278.
pull/6827/head
Felix Schäfer 14 years ago
parent 06e6f91278
commit 59f4b8095a
  1. 58
      features/meeting_close.feature

@ -16,32 +16,32 @@ Feature: Close existing meetings
And there is 1 meeting in project "dingens" created by "bob" with:
| title | Bobs Meeting |
# @javascript
# Scenario: Navigate to a meeting page with no permission to close meetings
# Given the role "user" may have the following rights:
# | view_meetings |
# When I login as "alice"
# And I go to the Meetings page for the project called "dingens"
# And I click on "Bobs Meeting"
# Then I should not see "Close" within ".meeting_agenda"
#
# @javascript
# Scenario: Navigate to a meeting page with permission to close meetings
# Given the role "user" may have the following rights:
# | view_meetings |
# | close_meetings |
# When I login as "alice"
# And I go to the Meetings page for the project called "dingens"
# And I click on "Bobs Meeting"
# Then I should see "Close" within ".meeting_agenda"
#
# @javascript
# Scenario: Navigate to a meeting page with permission to close meetings and close the meeting
# Given the role "user" may have the following rights:
# | view_meetings |
# | close_meetings |
# When I login as "alice"
# And I go to the Meetings page for the project called "dingens"
# And I click on "Bobs Meeting"
# And I click on "Close"
# Then I should not see "Edit" within ".meeting_agenda"
@javascript
Scenario: Navigate to a meeting page with no permission to close meetings
Given the role "user" may have the following rights:
| view_meetings |
When I login as "alice"
And I go to the Meetings page for the project called "dingens"
And I click on "Bobs Meeting"
Then I should not see "Close" within ".meeting_agenda"
@javascript
Scenario: Navigate to a meeting page with permission to close meetings
Given the role "user" may have the following rights:
| view_meetings |
| close_meetings |
When I login as "alice"
And I go to the Meetings page for the project called "dingens"
And I click on "Bobs Meeting"
Then I should see "Close" within ".meeting_agenda"
@javascript
Scenario: Navigate to a meeting page with permission to close meetings and close the meeting
Given the role "user" may have the following rights:
| view_meetings |
| close_meetings |
When I login as "alice"
And I go to the Meetings page for the project called "dingens"
And I click on "Bobs Meeting"
And I click on "Close"
Then I should not see "Edit" within ".meeting_agenda"
Loading…
Cancel
Save