summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 15:51:17 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 15:51:17 +0300
commit830eaa7f4e9026cc2d1088fd601d5a913fdbdbb6 (patch)
tree940b5c540961466b1b489fe97f438cf90aaba5fd /features
parentf4845d6b7c397ac04aa36dd8122fe4627483a29b (diff)
downloadgitlab-ce-830eaa7f4e9026cc2d1088fd601d5a913fdbdbb6.tar.gz
Fix tags spinach test
Diffstat (limited to 'features')
-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