Commit 3abf2bac43b617a827a0313fe2e313614de3eab8

Authored by Daniel Cunha
Committed by Antonio Terceiro
1 parent aa83a9cb

Fixing cucumber tests of article translations feature

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/edit_article.feature
@@ -151,7 +151,7 @@ Feature: edit article @@ -151,7 +151,7 @@ Feature: edit article
151 And I fill in "Title" with "Mi neuvo artículo" 151 And I fill in "Title" with "Mi neuvo artículo"
152 And I select "Español" from "Language" 152 And I select "Español" from "Language"
153 When I press "Save" 153 When I press "Save"
154 - Then I should be on /joaosilva/save-the-whales 154 + Then I should be on /joaosilva/mi-neuvo-articulo
155 And I should see "Translations" 155 And I should see "Translations"
156 156
157 Scenario: not add a translation without a language 157 Scenario: not add a translation without a language
@@ -167,4 +167,4 @@ Feature: edit article @@ -167,4 +167,4 @@ Feature: edit article
167 And I select "Português" from "Language" 167 And I select "Português" from "Language"
168 When I press "Save" 168 When I press "Save"
169 Then I should not see "Language must be choosen" 169 Then I should not see "Language must be choosen"
170 - And I should be on /joaosilva/article-in-english 170 + And I should be on /joaosilva/article-in-portuguese