diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-10-15 19:51:11 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-10-15 19:51:11 +0300 |
commit | 809aefb828e0d4b5c06304fcde2dcfced66ab4e9 (patch) | |
tree | 4b74baaa21cd65ee2ac07d6c79e226f75f540340 /features | |
parent | 47d9732a07ef0aa626efdf745d456bff90fe30f8 (diff) | |
download | gitlab-ce-809aefb828e0d4b5c06304fcde2dcfced66ab4e9.tar.gz |
Minor improve to UI and code formatting of gitlab web editor
Diffstat (limited to 'features')
-rw-r--r-- | features/project/source/browse_files.feature | 2 | ||||
-rw-r--r-- | features/steps/project/project_browse_files.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature index 9b650d64041..0b8495ffc58 100644 --- a/features/project/source/browse_files.feature +++ b/features/project/source/browse_files.feature @@ -23,5 +23,5 @@ Feature: Project Browse files @javascript Scenario: I can edit file Given I click on "Gemfile" file in repo - And I click button "Edit" + And I click button "edit" Then I can edit code diff --git a/features/steps/project/project_browse_files.rb b/features/steps/project/project_browse_files.rb index b0a0995730c..7fb9dccd767 100644 --- a/features/steps/project/project_browse_files.rb +++ b/features/steps/project/project_browse_files.rb @@ -32,8 +32,8 @@ class ProjectBrowseFiles < Spinach::FeatureSteps page.source.should == ValidCommit::BLOB_FILE end - Given 'I click button "Edit"' do - click_link 'Edit' + Given 'I click button "edit"' do + click_link 'edit' end Then 'I can edit code' do |