From 3abf2bac43b617a827a0313fe2e313614de3eab8 Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Wed, 15 Dec 2010 02:42:00 -0300 Subject: [PATCH] Fixing cucumber tests of article translations feature --- features/edit_article.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/edit_article.feature b/features/edit_article.feature index c195d49..a882de1 100644 --- a/features/edit_article.feature +++ b/features/edit_article.feature @@ -151,7 +151,7 @@ Feature: edit article And I fill in "Title" with "Mi neuvo artículo" And I select "Español" from "Language" When I press "Save" - Then I should be on /joaosilva/save-the-whales + Then I should be on /joaosilva/mi-neuvo-articulo And I should see "Translations" Scenario: not add a translation without a language @@ -167,4 +167,4 @@ Feature: edit article And I select "Português" from "Language" When I press "Save" Then I should not see "Language must be choosen" - And I should be on /joaosilva/article-in-english + And I should be on /joaosilva/article-in-portuguese -- libgit2 0.21.2