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:
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r--spec/features/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb
index 7af58bf460c..bcbfdf487ac 100644
--- a/spec/features/groups_spec.rb
+++ b/spec/features/groups_spec.rb
@@ -544,7 +544,7 @@ RSpec.describe 'Group', feature_category: :groups_and_projects do
describe 'group README', :js do
context 'with gitlab-profile project and README.md' do
let_it_be(:group) { create(:group) }
- let_it_be(:project) { create(:project, :readme, namespace: group) }
+ let_it_be(:project) { create(:project, :public, :readme, namespace: group) }
it 'renders README block on group page' do
visit group_path(group)