Commit 803bee0657735591b441c386cafbdb815b8ced15

Authored by Daniela Feitosa
1 parent 9d281ff8

Fixed test: features/private_profile.feature

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/private_profile.feature
... ... @@ -14,7 +14,7 @@ Feature: private profiles
14 14  
15 15 Scenario: joining a private community
16 16 Given I am logged in as "joao"
17   - When I go to Safernet's homepage
  17 + When I go to safernet's homepage
18 18 Then I should see "members only"
19 19 When I follow "Join"
20 20 And "joao" is accepted on community "Safernet"
... ...