From e4defc23d69eda22461398d7156cd3028fe76cdb Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Thu, 29 Nov 2012 01:53:03 -0300 Subject: [PATCH] activate_enterprise.feature --- features/activate_enterprise.feature | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/features/activate_enterprise.feature b/features/activate_enterprise.feature index 3ccdae5..558ffc5 100644 --- a/features/activate_enterprise.feature +++ b/features/activate_enterprise.feature @@ -11,7 +11,7 @@ Feature: activate enterprise Scenario: added an unexistent code Given feature "enterprise_activation" is enabled on environment - And I am on Joao Silva's control panel + And I am on joaosilva's control panel And I fill in "Enterprise activation code" with "abcde" When I press "Activate" Then I should see "Invalid enterprise code" @@ -21,7 +21,7 @@ Feature: activate enterprise And the following enterprises | identifier | name | enabled | | products-factory | Products Factory | false | - And I am on Joao Silva's control panel + And I am on joaosilva's control panel And enterprise "Products Factory" is enabled And I fill in "Enterprise activation code" with code of "Products Factory" When I press "Activate" @@ -32,7 +32,7 @@ Feature: activate enterprise And the following enterprises | identifier | name | enabled | | products-factory | Products Factory | false | - And I am on Joao Silva's control panel + And I am on joaosilva's control panel And I fill in "Enterprise activation code" with code of "Products Factory" When I press "Activate" Then I should see "We don't have enough information about your enterprise to identify you." @@ -43,7 +43,7 @@ Feature: activate enterprise And the following enterprises | identifier | name | enabled | foundation_year | | services-provider | Services Provider | false | 2000 | - And I am on Joao Silva's control panel + And I am on joaosilva's control panel And I fill in "Enterprise activation code" with code of "Services Provider" And I press "Activate" And I fill in "What year your enterprise was founded? It must have 4 digits, eg 1990." with "1999" @@ -56,7 +56,7 @@ Feature: activate enterprise And the following enterprises | identifier | name | enabled | cnpj | | services-provider | Services Provider | false | 94.132.024/0001-48 | - And I am on Joao Silva's control panel + And I am on joaosilva's control panel And I fill in "Enterprise activation code" with code of "Services Provider" And I press "Activate" And I fill in "What is the CNPJ of your enterprise?" with "12345678912345" @@ -70,9 +70,9 @@ Feature: activate enterprise And the following enterprises | identifier | name | enabled | foundation_year | | services-provider | Services Provider | false | 2000 | - And I visit "Joao Silva's control panel" and wait + And I go to joaosilva's control panel And I fill in "Enterprise activation code" with code of "Services Provider" - And I press "Activate" and wait + And I press "Activate" And I fill in "What year your enterprise was founded? It must have 4 digits, eg 1990." with "2000" And I press "Continue" And I check "I read the terms of use and accepted them" @@ -91,9 +91,9 @@ Feature: activate enterprise | active-template | Active Template | false | 2000 | And "Active Template" is the active enterprise template And "Services Provider 2" doesnt have "Active Template" as template - And I visit "Joao Silva's control panel" and wait + And I go to joaosilva's control panel And I fill in "Enterprise activation code" with code of "Services Provider 2" - And I press "Activate" and wait + And I press "Activate" And I fill in "What year your enterprise was founded? It must have 4 digits, eg 1990." with "2000" And I press "Continue" And I check "I read the terms of use and accepted them" @@ -113,9 +113,9 @@ Feature: activate enterprise | active-template | Active Template | false | 2000 | And "Active Template" is the active enterprise template And "Services Provider 3" doesnt have "Active Template" as template - When I visit "Joao Silva's control panel" and wait + When I go to joaosilva's control panel And I fill in "Enterprise activation code" with code of "Services Provider 3" - And I press "Activate" and wait + And I press "Activate" And I fill in "What year your enterprise was founded? It must have 4 digits, eg 1990." with "2000" And I press "Continue" And I check "I read the terms of use and accepted them" -- libgit2 0.21.2