summaryrefslogtreecommitdiff
path: root/spec/features/projects/files/creating_a_file_spec.rb
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-04-04 13:06:32 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-06 14:58:57 -0500
commit7592137f218a1a5ef0a8031846cc93ecf185dd9f (patch)
tree257e3739708f4e3996bfca07f0fbd70edd2de606 /spec/features/projects/files/creating_a_file_spec.rb
parent0e325ea6ee625ad24709dd1118e36803bbaa222e (diff)
downloadgitlab-ce-7592137f218a1a5ef0a8031846cc93ecf185dd9f.tar.gz
Fix rspec and spinach tests
Diffstat (limited to 'spec/features/projects/files/creating_a_file_spec.rb')
-rw-r--r--spec/features/projects/files/creating_a_file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/files/creating_a_file_spec.rb b/spec/features/projects/files/creating_a_file_spec.rb
index ae448706130..5d7bd3dc4ce 100644
--- a/spec/features/projects/files/creating_a_file_spec.rb
+++ b/spec/features/projects/files/creating_a_file_spec.rb
@@ -19,7 +19,7 @@ feature 'User wants to create a file', feature: true do
file_content = find('#file-content')
file_content.set options[:file_content] || 'Some content'
- click_button 'Commit Changes'
+ click_button 'Commit changes'
end
scenario 'file name contains Chinese characters' do