From 4aeb8a02c506eaa8f0710ee17edd9e35dd68d280 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 23 Dec 2019 12:08:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb') 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 -- cgit v1.2.3