Commit 47d97221710fdf5145a6e7913fe9590675256a99

Authored by Rodrigo Souto
1 parent 490321bd

[postgres-tests] Fixing edit_article feature test

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/edit_article.feature
... ... @@ -64,8 +64,8 @@ Feature: edit article
64 64 And I fill in "Tag list" with "aurium, bug"
65 65 And I press "Save"
66 66 And I go to /joaosilva/article-with-tags
67   - Then I should see "aurium" within "#article-tags a:first"
68   - And I should see "bug" within "#article-tags a:last"
  67 + Then I should see "aurium" within "#article-tags"
  68 + And I should see "bug" within "#article-tags"
69 69  
70 70 Scenario: redirect to the created article
71 71 Given I am on joaosilva's control panel
... ...