test wiki activity with a cuke

pull/300/head
Philipp Tessenow 11 years ago
parent f1e2794642
commit 57e9383609
  1. 11
      features/activities/index.feature

@ -34,3 +34,14 @@ Scenario: Hide activity from Projects with disabled activity module
When I go to the overall activity page
Then I should see "project1" within "#activity"
And I should not see "project2" within "#activity"
Scenario: Hide wiki activity from Projects with disabled activity module
Given the project "project1" has 1 wiki page with the following:
| title | Project1Wiki |
Given the project "project2" has 1 wiki page with the following:
| title | Project2Wiki |
When I go to the overall activity page
And I check "Wiki edits" within "#menu-sidebar"
And I press "Apply" within "#menu-sidebar"
Then I should see "project1" within "#activity"
And I should not see "project2" within "#activity"

Loading…
Cancel
Save