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>2021-04-21 09:09:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-21 09:09:28 +0300
commit430aebe8afe80c67d1bafcc5c68cd28e5f207639 (patch)
tree4f13e7a76265b5240aae237369172e9fa75525ac /spec/features/projects/settings/project_settings_spec.rb
parentb37b86966c1ac0a113d6028d73595170334deec6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/settings/project_settings_spec.rb')
-rw-r--r--spec/features/projects/settings/project_settings_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects/settings/project_settings_spec.rb b/spec/features/projects/settings/project_settings_spec.rb
index cd1c9ecde9c..71b319d192c 100644
--- a/spec/features/projects/settings/project_settings_spec.rb
+++ b/spec/features/projects/settings/project_settings_spec.rb
@@ -4,6 +4,7 @@ require 'spec_helper'
RSpec.describe 'Projects settings' do
let_it_be(:project) { create(:project) }
+
let(:user) { project.owner }
let(:panel) { find('.general-settings', match: :first) }
let(:button) { panel.find('.btn.gl-button.js-settings-toggle') }