Commit 7729506e40029f2184f2a840a543db52f257ba7e
1 parent
ac906037
Exists in
master
and in
29 other branches
forum: fix cucumber test to not require specific url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/forum.feature
... | ... | @@ -165,7 +165,7 @@ Feature: forum |
165 | 165 | | article | author | title | body | |
166 | 166 | | Post one | joaosilva | Hi all | Hi all | |
167 | 167 | When I go to /joaosilva/forum |
168 | - Then I should see "Joao" linking to "http://localhost/joaosilva/" | |
168 | + Then I should see "Joao Silva" within ".forum-post-last-answer" | |
169 | 169 | |
170 | 170 | @selenium |
171 | 171 | Scenario: community member should be able to see the discussion topic button | ... | ... |