Commit 3abf2bac43b617a827a0313fe2e313614de3eab8
Committed by
Antonio Terceiro
1 parent
aa83a9cb
Exists in
master
and in
28 other branches
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 | 151 | And I fill in "Title" with "Mi neuvo artículo" |
152 | 152 | And I select "Español" from "Language" |
153 | 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 | 155 | And I should see "Translations" |
156 | 156 | |
157 | 157 | Scenario: not add a translation without a language |
... | ... | @@ -167,4 +167,4 @@ Feature: edit article |
167 | 167 | And I select "Português" from "Language" |
168 | 168 | When I press "Save" |
169 | 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 | ... | ... |