diff --git a/features/forum.feature b/features/forum.feature index dbf454b..c2acb48 100644 --- a/features/forum.feature +++ b/features/forum.feature @@ -14,7 +14,9 @@ Feature: forum Scenario: create a forum Given I am on joaosilva's control panel And I follow "Manage Content" + And I should see "New content" And I follow "New content" + And I should see "Forum" When I follow "Forum" And I fill in "Title" with "My Forum" And I press "Save" @@ -97,6 +99,7 @@ Feature: forum And I check "Has terms of use:" And I press "Save" When I follow "New discussion topic" + And I should see "Text article with visual editor" And I follow "Text article with visual editor" And I fill in "Title" with "Topic" And I press "Save" @@ -249,6 +252,7 @@ Feature: forum And I am logged in as "mariasilva" And I go to /sample-community/forum And I follow "New discussion topic" + And I should see "Text article with visual editor" And I follow "Text article with visual editor" And I fill in "Title" with "Test" And I press "Save" @@ -274,11 +278,13 @@ Feature: forum And I am logged in as "mariasilva" And I go to /sample-community/forum And I follow "New discussion topic" + And I should see "Text article with visual editor" And I follow "Text article with visual editor" And I fill in "Title" with "Test" And I press "Save" And I go to /sample-community/forum/test And I follow "New discussion topic" + And I should see "Text article with visual editor" And I follow "Text article with visual editor" And I fill in "Title" with "Test inside the topic page" And I press "Save" -- libgit2 0.21.2