Commit e39ad6e443f0450e3b19cc3b7e478e15f88cb74f
1 parent
27fd0f19
Exists in
master
and in
27 other branches
Profile pages no longer have the environment name on the title
Change made by AI2610 (f1dd48d)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/browse_catalogs.feature
... | ... | @@ -17,7 +17,7 @@ Feature: browse catalogs |
17 | 17 | And I am on /catalog/artebonito |
18 | 18 | |
19 | 19 | Scenario: display titles |
20 | - Then the page title should be "Associação de Artesanato de Bonito - Colivre.net" | |
20 | + Then the page title should be "Associação de Artesanato de Bonito" | |
21 | 21 | And I should see "Products/Services" |
22 | 22 | |
23 | 23 | Scenario: display the simplest possible product | ... | ... |