-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #2485 - Clicking close on the sitehome wiki throws error
fixes #2422 - group wiki editable only by coordinators
- Loading branch information
K. Clair
committed
Aug 31, 2010
1 parent
2d55b51
commit bfc5b5e
Showing
5 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
features/groups/settings_and_profile/may_edit_wiki_ajax.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@js | ||
|
||
Feature: When the edit wiki icon is visible, the wiki can actually be edited | ||
|
||
Background: | ||
Given a group exists | ||
And I exist | ||
And I am logged in | ||
And I am a member of that group | ||
|
||
Scenario: I can edit the group wiki | ||
And I go to that group's landing page | ||
When I follow "Edit" | ||
And I wait for the AJAX call to finish | ||
Then I should see "Close Editor" | ||
And I follow "Close Editor" | ||
And I wait for the AJAX call to finish | ||
Then I should not see "Close Editor" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters