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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-23 15:08:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-23 15:08:18 +0300
commit4aeb8a02c506eaa8f0710ee17edd9e35dd68d280 (patch)
tree42a0ab818ee72a5f99d017f7ca05b6b6349e142a /spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb
parentb8bb2148c282f5ebaf5cd3c83d905285902a1446 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb')
-rw-r--r--spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb b/spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb
index 6d587053b4f..673766073a2 100644
--- a/spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb
+++ b/spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb
@@ -31,8 +31,6 @@ describe 'Projects > Raw > User interacts with raw endpoint' do
visit project_raw_url(project, file_path)
end
- expect(source).to have_content('You are being redirected')
- click_link('redirected')
expect(page).to have_content('You cannot access the raw file. Please wait a minute.')
end
end