Commit 248797a749145eb60c85f08a1d0b59e6494eed53

Authored by Daniela Feitosa
1 parent f158caf4

Tab "What's new" was removed, so the test must be removed too

Showing 1 changed file with 0 additions and 10 deletions   Show diff stats
features/private_profile.feature
... ... @@ -30,16 +30,6 @@ Feature: private profiles
30 30 When I go to shygirl's homepage
31 31 Then I should not see "Add friend"
32 32  
33   - Scenario: viewing a private community profile shouldn't show the news if not logged or not a member
34   - Given I am on Safernet's homepage
35   - Then I should not see "What's new"
36   - And I am logged in as "joao"
37   - When I am on Safernet's homepage
38   - Then I should not see "What's new"
39   - And "joao" is a member of "Safernet"
40   - When I am on Safernet's homepage
41   - Then I should see "What's new"
42   -
43 33 Scenario: person private profiles should not display sensible information
44 34 Given I am logged in as "joao"
45 35 When I go to shygirl's homepage
... ...