Commit 9a388fc28e15f0ccad017c767843079d1501b705

Authored by Rodrigo Souto
1 parent e0298c2e

profile-domain: title no longer carry the network name necessarily

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/profile_domain.feature
... ... @@ -55,7 +55,7 @@ Feature: domain for profile
55 55 Scenario: access community by domain
56 56 Given I go to the search communities page
57 57 When I follow "Sample Community" within ".search-profile-item"
58   - Then the page title should be "Sample Community - Colivre.net"
  58 + Then the page title should be "Sample Community"
59 59  
60 60 # This test is not working because the community domain isn't at all different
61 61 # from the environment (localhost / 127.0.0.1)
... ...