Commit 31c95ac6 authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'qa/ee_integration_settings_form' into 'master'

Adds spec for EE project integration settings form

See merge request gitlab-org/gitlab!80673
parents 294ad3cf 1b677d29
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Project integrations', :js do
include_context 'project integration activation'
it_behaves_like 'integration settings form' do
let(:integrations) { [Integrations::Github.new] }
before do
stub_licensed_features(github_project_service_integration: true)
end
def navigate_to_integration(integration)
visit_project_integration(integration.title)
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment