diff options
| author | Douwe Maan <douwe@selenight.nl> | 2017-04-13 12:11:52 -0500 |
|---|---|---|
| committer | Douwe Maan <douwe@selenight.nl> | 2017-04-30 14:06:21 -0500 |
| commit | 54040ce0662c71cfaee3cc12305b5ab021beafbb (patch) | |
| tree | 2717063f9d705fbbbee78c2748b8e7ca20e48458 /features | |
| parent | 60ebd101d0fa3ddbfab86a676b81efba589f8393 (diff) | |
| download | gitlab-ce-54040ce0662c71cfaee3cc12305b5ab021beafbb.tar.gz | |
Show Raw button as Download for binary files
Diffstat (limited to 'features')
| -rw-r--r-- | features/steps/project/source/browse_files.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb index 36fe21a047c..ef09bddddd8 100644 --- a/features/steps/project/source/browse_files.rb +++ b/features/steps/project/source/browse_files.rb @@ -367,7 +367,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps step 'I should see buttons for allowed commands' do page.within '.content' do - expect(page).to have_link 'Open raw' + expect(page).to have_link 'Download' expect(page).to have_content 'History' expect(page).to have_content 'Permalink' expect(page).not_to have_content 'Edit' |
