From 62b3d773ff3ab935d39edfb7fbeadb8360b85a19 Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Wed, 12 Dec 2012 19:43:43 -0300 Subject: [PATCH] export_users.feature --- features/export_users.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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