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>2023-02-14 06:13:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-14 06:13:26 +0300
commit6be10e8588cd18091d8302fd52e166a71900f7bc (patch)
tree5e0e785ca56df17982142a9ddde4a471d1a4013c /spec/features/issuables
parent8aea332821a78e83ce93f5b3bac7de5f95a3c7b8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/issuables')
-rw-r--r--spec/features/issuables/shortcuts_issuable_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/issuables/shortcuts_issuable_spec.rb b/spec/features/issuables/shortcuts_issuable_spec.rb
index 0190111b2f0..06387c14ee2 100644
--- a/spec/features/issuables/shortcuts_issuable_spec.rb
+++ b/spec/features/issuables/shortcuts_issuable_spec.rb
@@ -11,6 +11,7 @@ RSpec.describe 'Blob shortcuts', :js, feature_category: :team_planning do
before do
project.add_developer(user)
+
sign_in(user)
end