From a2a8b7949fe7755bd4f931d48870d7999c38ce7c Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 28 Oct 2009 12:43:48 -0300 Subject: [PATCH] Changing names on tests (conflict with fixtures) --- features/search.feature | 6 +++--- features/signup.feature | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/search.feature b/features/search.feature index 926c835..6027725 100644 --- a/features/search.feature +++ b/features/search.feature @@ -58,11 +58,11 @@ Feature: search Scenario: simple search for product Given the following enterprises | identifier | name | - | colivre | Colivre | + | colivre-ent | Colivre | And the following products | owner | name | - | colivre | social networks consultancy | - | colivre | wikis consultancy | + | colivre-ent | social networks consultancy | + | colivre-ent | wikis consultancy | And I am on the homepage When I follow "Search" And I fill in "query" with "wikis" diff --git a/features/signup.feature b/features/signup.feature index 3fafcd0..141c3f5 100644 --- a/features/signup.feature +++ b/features/signup.feature @@ -7,8 +7,8 @@ Feature: signup Given I am on the homepage When I follow "Login" And I follow "I want to participate" - And I fill in "e-Mail" with "ze@example.com" - And I fill in "Username" with "ze" + And I fill in "e-Mail" with "josesilva@example.com" + And I fill in "Username" with "josesilva" And I fill in "Password" with "secret" And I fill in "Password confirmation" with "secret" And I fill in "Full name" with "José da Silva" -- libgit2 0.21.2