summaryrefslogtreecommitdiff
path: root/spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb
diff options
context:
space:
mode:
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