Commit a2a8b7949fe7755bd4f931d48870d7999c38ce7c
Committed by
Antonio Terceiro
1 parent
cd41bd67
Exists in
master
and in
23 other branches
Changing names on tests (conflict with fixtures)
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
features/search.feature
| @@ -58,11 +58,11 @@ Feature: search | @@ -58,11 +58,11 @@ Feature: search | ||
| 58 | Scenario: simple search for product | 58 | Scenario: simple search for product |
| 59 | Given the following enterprises | 59 | Given the following enterprises |
| 60 | | identifier | name | | 60 | | identifier | name | |
| 61 | - | colivre | Colivre | | 61 | + | colivre-ent | Colivre | |
| 62 | And the following products | 62 | And the following products |
| 63 | | owner | name | | 63 | | owner | name | |
| 64 | - | colivre | social networks consultancy | | ||
| 65 | - | colivre | wikis consultancy | | 64 | + | colivre-ent | social networks consultancy | |
| 65 | + | colivre-ent | wikis consultancy | | ||
| 66 | And I am on the homepage | 66 | And I am on the homepage |
| 67 | When I follow "Search" | 67 | When I follow "Search" |
| 68 | And I fill in "query" with "wikis" | 68 | And I fill in "query" with "wikis" |
features/signup.feature
| @@ -7,8 +7,8 @@ Feature: signup | @@ -7,8 +7,8 @@ Feature: signup | ||
| 7 | Given I am on the homepage | 7 | Given I am on the homepage |
| 8 | When I follow "Login" | 8 | When I follow "Login" |
| 9 | And I follow "I want to participate" | 9 | And I follow "I want to participate" |
| 10 | - And I fill in "e-Mail" with "ze@example.com" | ||
| 11 | - And I fill in "Username" with "ze" | 10 | + And I fill in "e-Mail" with "josesilva@example.com" |
| 11 | + And I fill in "Username" with "josesilva" | ||
| 12 | And I fill in "Password" with "secret" | 12 | And I fill in "Password" with "secret" |
| 13 | And I fill in "Password confirmation" with "secret" | 13 | And I fill in "Password confirmation" with "secret" |
| 14 | And I fill in "Full name" with "José da Silva" | 14 | And I fill in "Full name" with "José da Silva" |