Commit 13f207e539ba447a9a2aead3701fcf08979ce95c

Authored by Antonio Terceiro
1 parent 160711f2

Workaround database setup problem

Don't use a name that was used before, probably by fixtures.
Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
features/location.feature
@@ -36,9 +36,9 @@ Feature: Location @@ -36,9 +36,9 @@ Feature: Location
36 | city | 36 | city |
37 | zip_code | 37 | zip_code |
38 Given the following <plural> 38 Given the following <plural>
39 - | identifier | name | owner |  
40 - | colivre | Colivre | zezinho |  
41 - And I am on Colivre's control panel 39 + | identifier | name | owner |
  40 + | mycollective | My Collective | zezinho |
  41 + And I am on My Collective's control panel
42 And I follow "Location" 42 And I follow "Location"
43 And I select "Brazil" from "Country" 43 And I select "Brazil" from "Country"
44 And I fill in the following: 44 And I fill in the following:
@@ -47,7 +47,7 @@ Feature: Location @@ -47,7 +47,7 @@ Feature: Location
47 | City | Salvador | 47 | City | Salvador |
48 | ZIP Code | 40110010 | 48 | ZIP Code | 40110010 |
49 When I press "Save" 49 When I press "Save"
50 - Then "colivre" should have the following data 50 + Then "mycollective" should have the following data
51 | address | country | state | city | zip_code | 51 | address | country | state | city | zip_code |
52 | Rua Marechal Floriano, 28 | BR | Bahia | Salvador | 40110010 | 52 | Rua Marechal Floriano, 28 | BR | Bahia | Salvador | 40110010 |
53 Examples: 53 Examples: