Commit a2a8b7949fe7755bd4f931d48870d7999c38ce7c
Committed by
Antonio Terceiro
1 parent
cd41bd67
Exists in
master
and in
28 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 | 58 | Scenario: simple search for product |
59 | 59 | Given the following enterprises |
60 | 60 | | identifier | name | |
61 | - | colivre | Colivre | | |
61 | + | colivre-ent | Colivre | | |
62 | 62 | And the following products |
63 | 63 | | owner | name | |
64 | - | colivre | social networks consultancy | | |
65 | - | colivre | wikis consultancy | | |
64 | + | colivre-ent | social networks consultancy | | |
65 | + | colivre-ent | wikis consultancy | | |
66 | 66 | And I am on the homepage |
67 | 67 | When I follow "Search" |
68 | 68 | And I fill in "query" with "wikis" | ... | ... |
features/signup.feature
... | ... | @@ -7,8 +7,8 @@ Feature: signup |
7 | 7 | Given I am on the homepage |
8 | 8 | When I follow "Login" |
9 | 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 | 12 | And I fill in "Password" with "secret" |
13 | 13 | And I fill in "Password confirmation" with "secret" |
14 | 14 | And I fill in "Full name" with "José da Silva" | ... | ... |