summaryrefslogtreecommitdiff
path: root/spec/features/tags/master_views_tags_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/tags/master_views_tags_spec.rb')
-rw-r--r--spec/features/tags/master_views_tags_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/tags/master_views_tags_spec.rb b/spec/features/tags/master_views_tags_spec.rb
index 4662367d843..b625e7065cc 100644
--- a/spec/features/tags/master_views_tags_spec.rb
+++ b/spec/features/tags/master_views_tags_spec.rb
@@ -13,7 +13,7 @@ feature 'Master views tags' do
before do
visit project_path(project)
- click_on 'README'
+ click_on 'Add Readme'
fill_in :commit_message, with: 'Add a README file', visible: true
click_button 'Commit changes'
visit project_tags_path(project)