From aeb0f62041dd26e0c307e5258a353f168147805a Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 3 Jul 2014 21:02:49 +0000 Subject: [PATCH] forum-feature: add should see to avoid not finding the link to follow --- features/forum.feature | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) 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