Commit c53f5088 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '327817-test-failure-spec-features-projects-settings-forked_project_settings_spec-rb-1-2-1-1' into 'master'

Quarantine './spec/features/projects/settings/forked_project_settings_spec.rb[1:2:1:1]'

See merge request gitlab-org/gitlab!59448
parents 3bfd031c 4d84cd9c
...@@ -15,7 +15,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do ...@@ -15,7 +15,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
end end
shared_examples 'project settings for a forked projects' do shared_examples 'project settings for a forked projects' do
it 'allows deleting the link to the forked project' do it 'allows deleting the link to the forked project', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/327817' do
visit edit_project_path(forked_project) visit edit_project_path(forked_project)
click_button 'Remove fork relationship' click_button 'Remove fork relationship'
......
...@@ -183,7 +183,7 @@ RSpec.describe 'Project' do ...@@ -183,7 +183,7 @@ RSpec.describe 'Project' do
visit edit_project_path(project) visit edit_project_path(project)
end end
it 'removes fork' do it 'removes fork', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/327817' do
expect(page).to have_content 'Remove fork relationship' expect(page).to have_content 'Remove fork relationship'
remove_with_confirm('Remove fork relationship', project.path) remove_with_confirm('Remove fork relationship', project.path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment