summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/steps/project/browse_tags.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/browse_tags.rb b/features/steps/project/browse_tags.rb
index 0cbfa0d80aa..7c679911e00 100644
--- a/features/steps/project/browse_tags.rb
+++ b/features/steps/project/browse_tags.rb
@@ -5,6 +5,6 @@ class ProjectBrowseTags < Spinach::FeatureSteps
Then 'I should see "Shop" all tags list' do
page.should have_content "Tags"
- page.should have_content "v1.2.1"
+ page.should have_content "v1.0.0"
end
end