From 46293b42dd0b2f9d95f87be238f60bada5de204d Mon Sep 17 00:00:00 2001 From: Bertrand Dunogier Date: Wed, 19 Nov 2014 00:14:52 +0100 Subject: [PATCH] Updated tag cloud tests to demo content --- Features/Content/tag_cloud.feature | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Features/Content/tag_cloud.feature b/Features/Content/tag_cloud.feature index 6c6e9b6..acb3656 100644 --- a/Features/Content/tag_cloud.feature +++ b/Features/Content/tag_cloud.feature @@ -13,7 +13,7 @@ Feature: Tag cloud When I go to "Tag cloud" page Then I should see links: | tags | - | Ventoux | + | Castor | | Blog Post | | cxm | | deliver | @@ -29,12 +29,12 @@ Feature: Tag cloud Examples: | tag | | Social | - | Ventoux | + | Castor | | deliver | Scenario: See where tags are used Given I am on "Tag cloud" page - When I click at "Ventoux" link + When I click at "Castor" link Then I should see table with: | column 1 | column 2 | | Link | Type | @@ -43,7 +43,7 @@ Feature: Tag cloud Scenario: Follow to Content object where Tag is used - Given I am on tag page for "Ventoux" + Given I am on tag page for "Castor" When I click at "Optimize" link Then I should see "Optimize" title @@ -52,7 +52,7 @@ Feature: Tag cloud When I go to tag cloud for "Getting started" Then I should see links: | links | - | deliver | - | Ventoux | - | kilimanjaro | - And I should see "Ventoux" text emphasized + | automate | + | Castor | + | create | + And I should see "Castor" text emphasized