From 47d97221710fdf5145a6e7913fe9590675256a99 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 22 Aug 2013 13:38:51 -0300 Subject: [PATCH] [postgres-tests] Fixing edit_article feature test --- 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 b215e99..d576793 100644 --- a/features/edit_article.feature +++ b/features/edit_article.feature @@ -64,8 +64,8 @@ Feature: edit article And I fill in "Tag list" with "aurium, bug" And I press "Save" And I go to /joaosilva/article-with-tags - Then I should see "aurium" within "#article-tags a:first" - And I should see "bug" within "#article-tags a:last" + Then I should see "aurium" within "#article-tags" + And I should see "bug" within "#article-tags" Scenario: redirect to the created article Given I am on joaosilva's control panel -- libgit2 0.21.2