Commit e6d92b8f5c835121702207f215a3ea1b0aaf66a3
1 parent
559ba99a
Exists in
master
and in
29 other branches
Fixed test: features/suggest_article.feature
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/suggest_article.feature
@@ -17,7 +17,7 @@ Feature: suggest article | @@ -17,7 +17,7 @@ Feature: suggest article | ||
17 | | target | article_name | article_body | name | email | | 17 | | target | article_name | article_body | name | email | |
18 | | sample-community | A suggested article | this is an article about whales | jose | jose@example.org | | 18 | | sample-community | A suggested article | this is an article about whales | jose | jose@example.org | |
19 | When I am logged in as "joaosilva" | 19 | When I am logged in as "joaosilva" |
20 | - And I go to Sample Community's control panel | 20 | + And I go to sample-community's control panel |
21 | And I follow "Process requests" | 21 | And I follow "Process requests" |
22 | And I should see "suggested the publication of the article" | 22 | And I should see "suggested the publication of the article" |
23 | Then I should see "Highlight this article" within ".task_box" | 23 | Then I should see "Highlight this article" within ".task_box" |
@@ -25,7 +25,7 @@ Feature: suggest article | @@ -25,7 +25,7 @@ Feature: suggest article | ||
25 | @selenium | 25 | @selenium |
26 | Scenario: an article is suggested and the admin approve it | 26 | Scenario: an article is suggested and the admin approve it |
27 | Given I am on Sample Community's blog | 27 | Given I am on Sample Community's blog |
28 | - And I follow "Suggest an article" and wait | 28 | + And I follow "Suggest an article" |
29 | And I fill in "Title" with "Suggestion" | 29 | And I fill in "Title" with "Suggestion" |
30 | And I fill in "Your name" with "Some Guy" | 30 | And I fill in "Your name" with "Some Guy" |
31 | And I fill in "Email" with "someguy@somewhere.com" | 31 | And I fill in "Email" with "someguy@somewhere.com" |