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-11-13 12:06:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-13 12:06:41 +0300
commit4f01ac5ba0bf72427ed4fef9b229d056dbb60e89 (patch)
tree55f2bfd319a18c05ac4e4401c7a0d7b13dd3d74f /spec/features/projects/settings
parent213ce7805856f2cc1d019a03c76ae0d098337c26 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/settings')
-rw-r--r--spec/features/projects/settings/operations_settings_spec.rb12
1 files changed, 1 insertions, 11 deletions
diff --git a/spec/features/projects/settings/operations_settings_spec.rb b/spec/features/projects/settings/operations_settings_spec.rb
index ca937651af8..9bbeb0eb260 100644
--- a/spec/features/projects/settings/operations_settings_spec.rb
+++ b/spec/features/projects/settings/operations_settings_spec.rb
@@ -104,17 +104,7 @@ describe 'Projects > Settings > For a forked project', :js do
end
context 'grafana integration settings form' do
- it 'is not present when the feature flag is disabled' do
- stub_feature_flags(gfm_grafana_integration: false)
-
- visit project_settings_operations_path(project)
-
- wait_for_requests
-
- expect(page).to have_no_css('.js-grafana-integration')
- end
-
- it 'is present when the feature flag is enabled' do
+ it 'successfully fills and completes the form' do
visit project_settings_operations_path(project)
wait_for_requests