From 7729506e40029f2184f2a840a543db52f257ba7e Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 29 May 2014 15:11:10 +0000 Subject: [PATCH] forum: fix cucumber test to not require specific url --- features/forum.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/forum.feature b/features/forum.feature index fe9fe87..dbf454b 100644 --- a/features/forum.feature +++ b/features/forum.feature @@ -165,7 +165,7 @@ Feature: forum | article | author | title | body | | Post one | joaosilva | Hi all | Hi all | When I go to /joaosilva/forum - Then I should see "Joao" linking to "http://localhost/joaosilva/" + Then I should see "Joao Silva" within ".forum-post-last-answer" @selenium Scenario: community member should be able to see the discussion topic button -- libgit2 0.21.2