diff --git a/features/export_users.feature b/features/export_users.feature index 5612b1c..5d3be86 100644 --- a/features/export_users.feature +++ b/features/export_users.feature @@ -9,15 +9,13 @@ Feature: export users Scenario: Export users as XML Given I am logged in as admin - When I follow "Administration" - And I follow "Users" + When I go to /admin/users And I follow "[XML]" Then I should see "ultraje" Scenario: Export users as CSV Given I am logged in as admin - When I follow "Administration" - And I follow "Users" + When I go to /admin/users And I follow "[CSV]" Then I should see "name;email" And I should see "ultraje" -- libgit2 0.21.2