Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 16:51:17 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 16:51:17 +0400
commit830eaa7f4e9026cc2d1088fd601d5a913fdbdbb6 (patch)
tree940b5c540961466b1b489fe97f438cf90aaba5fd /features
parentf4845d6b7c397ac04aa36dd8122fe4627483a29b (diff)
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