Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-04-13 20:11:52 +0300
committerDouwe Maan <douwe@selenight.nl>2017-04-30 22:06:21 +0300
commit54040ce0662c71cfaee3cc12305b5ab021beafbb (patch)
tree2717063f9d705fbbbee78c2748b8e7ca20e48458 /features
parent60ebd101d0fa3ddbfab86a676b81efba589f8393 (diff)
Show Raw button as Download for binary files
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/source/browse_files.rb2
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'