From 7bc653a4ba3751bc87bea1cca11941768480e78c Mon Sep 17 00:00:00 2001 From: ParleyMartins Date: Thu, 4 Sep 2014 10:47:39 -0300 Subject: [PATCH] verify_tests: Remove tests of search people that were duplicated. --- features/search_people.feature | 62 -------------------------------------------------------------- 1 file changed, 0 insertions(+), 62 deletions(-) delete mode 100644 features/search_people.feature diff --git a/features/search_people.feature b/features/search_people.feature deleted file mode 100644 index b26adc7..0000000 --- a/features/search_people.feature +++ /dev/null @@ -1,62 +0,0 @@ -Feature: Mpog Search People - As a user - I want to search for people with one or more filter options - So I can find another user - - Background: - Given "MpogSoftwarePlugin" plugin is enabled - And I am logged in as admin - And I go to /admin/plugins - And I check "MpogSoftwarePlugin" - And I press "Save changes" - And I go to /account/logout - And the following users - | login | name | state | city | email | - | josecunha | Jose Cunha | DF | Gama | jose.cunha@gmail.com | - | cunhajose | Cunha Jose | SP | Guarulhos | cunha.jose@gmail.com | - | joaoperera | Joao Perera | NY | New York | joao.perera@gmail.com | - | mariaperera | Maria Perera | NY | New York | maria.perera@gmail.com | - - Scenario: Search a person with name field - Given I go to /search/people - And I fill in "name" with "jo" - And I press "Search" - And I should see "Jose Cunha" - Then I should see "Joao Perera" - - Scenario: Search a person with a state field - Given I go to /search/people - And I fill in "state" with "DF" - And I press "Search" - Then I should see "Jose Cunha" - - Scenario: Search a person with a city field - Given I go to /search/people - And I fill in "city" with "Guarulhos" - And I press "Search" - Then I should see "Cunha Jose" - - Scenario: Search a person with a email field - Given I go to /search/people - And I fill in "email" with "jo" - And I press "Search" - And I should see "Jose Cunha" - And I should see "Cunha Jose" - Then I should see "Joao Perera" - - Scenario: Search a person with name and state fields - Given I go to /search/people - And I fill in "name" with "perera" - And I fill in "state" with "NY" - And I press "Search" - And I should see "Maria Perera" - Then I should see "Joao Perera" - - Scenario: Search a person with all fields - Given I go to /search/people - And I fill in "name" with "perera" - And I fill in "state" with "NY" - And I fill in "city" with "New" - And I fill in "email" with "joao" - And I press "Search" - Then I should see "Joao Perera" \ No newline at end of file -- libgit2 0.21.2