summaryrefslogtreecommitdiff
path: root/features/steps/project/source
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-03 00:13:23 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-08 10:01:07 +0200
commit166c215a75b50ce62fd40297f52e366df7dc9103 (patch)
tree9d660e3b1c5108e000ec788eaf7dc2c87278dacd /features/steps/project/source
parent51ed8b7edd119897a4a0b2f5948d049dfc8691a4 (diff)
downloadgitlab-ce-166c215a75b50ce62fd40297f52e366df7dc9103.tar.gz
Make new and edit file submit more uniform
Diffstat (limited to 'features/steps/project/source')
-rw-r--r--features/steps/project/source/browse_files.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 0642302e797..20f8f6c24ae 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -69,8 +69,8 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
click_link 'Diff'
end
- step 'I click on "Commit changes"' do
- click_button 'Commit changes'
+ step 'I click on "Commit Changes"' do
+ click_button 'Commit Changes'
end
step 'I click on "Remove"' do