Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4d84cd9c
Commit
4d84cd9c
authored
Apr 15, 2021
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky test
https://gitlab.com/gitlab-org/gitlab/-/issues/327817
parent
7de56dcd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/features/projects/settings/forked_project_settings_spec.rb
...eatures/projects/settings/forked_project_settings_spec.rb
+1
-1
spec/features/projects_spec.rb
spec/features/projects_spec.rb
+1
-1
No files found.
spec/features/projects/settings/forked_project_settings_spec.rb
View file @
4d84cd9c
...
...
@@ -15,7 +15,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
end
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
)
click_button
'Remove fork relationship'
...
...
spec/features/projects_spec.rb
View file @
4d84cd9c
...
...
@@ -183,7 +183,7 @@ RSpec.describe 'Project' do
visit
edit_project_path
(
project
)
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'
remove_with_confirm
(
'Remove fork relationship'
,
project
.
path
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment