diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-03 00:13:23 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-08 10:01:07 +0200 |
commit | 166c215a75b50ce62fd40297f52e366df7dc9103 (patch) | |
tree | 9d660e3b1c5108e000ec788eaf7dc2c87278dacd /features/project | |
parent | 51ed8b7edd119897a4a0b2f5948d049dfc8691a4 (diff) | |
download | gitlab-ce-166c215a75b50ce62fd40297f52e366df7dc9103.tar.gz |
Make new and edit file submit more uniform
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/source/browse_files.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature index 20ef7ac5702..8ff2f583b38 100644 --- a/features/project/source/browse_files.feature +++ b/features/project/source/browse_files.feature @@ -30,7 +30,7 @@ Feature: Project Source Browse files And I edit code And I fill the new file name And I fill the commit message - And I click on "Commit changes" + And I click on "Commit Changes" Then I am redirected to the new file And I should see its new content @@ -46,7 +46,7 @@ Feature: Project Source Browse files And I click button "Edit" And I edit code And I fill the commit message - And I click on "Commit changes" + And I click on "Commit Changes" Then I am redirected to the ".gitignore" And I should see its new content |