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-02 15:07:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-02 15:07:33 +0300
commitae9f43a2c4bda0ee7dae59ea9a7d412068f6f7ff (patch)
tree0617cf9d21ee7b8cf0ba7c120781475050c6a7a6 /spec/features/calendar_spec.rb
parent4fbfae83afa1ea64ba4969bff2b459b4562944e4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/calendar_spec.rb')
-rw-r--r--spec/features/calendar_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/calendar_spec.rb b/spec/features/calendar_spec.rb
index 069c74dcd2a..b09e1f16b7b 100644
--- a/spec/features/calendar_spec.rb
+++ b/spec/features/calendar_spec.rb
@@ -71,6 +71,7 @@ RSpec.describe 'Contributions Calendar', :js, feature_category: :user_profile do
end
before do
+ stub_feature_flags(profile_tabs_vue: false)
sign_in user
end