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
aafc59c3
Commit
aafc59c3
authored
Feb 08, 2021
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update testcase links in manage and secure specs
parent
1206515e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/ee/browser_ui/1_manage/group/prevent_forking_outside_group_spec.rb
...r_ui/1_manage/group/prevent_forking_outside_group_spec.rb
+2
-2
qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
...cs/features/ee/browser_ui/secure/security_reports_spec.rb
+1
-1
No files found.
qa/qa/specs/features/ee/browser_ui/1_manage/group/prevent_forking_outside_group_spec.rb
View file @
aafc59c3
...
...
@@ -21,7 +21,7 @@ module QA
set_prevent_forking_outside_group
(
'disabled'
)
end
it
'allows forking outside of group'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
070
'
do
it
'allows forking outside of group'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
681
'
do
visit_project_and_search_group_for_fork
expect
(
page
).
to
have_text
(
group_for_fork
.
path
)
...
...
@@ -34,7 +34,7 @@ module QA
set_prevent_forking_outside_group
(
'enabled'
)
end
it
'does not allow forking outside of group'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
107
'
do
it
'does not allow forking outside of group'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
682
'
do
visit_project_and_search_group_for_fork
expect
(
page
).
not_to
have_text
(
group_for_fork
.
path
)
...
...
qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
View file @
aafc59c3
...
...
@@ -73,7 +73,7 @@ module QA
end
end
it
'displays security reports in the project security dashboard'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
566
'
do
it
'displays security reports in the project security dashboard'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1683
'
do
Page
::
Project
::
Menu
.
perform
(
&
:click_project
)
Page
::
Project
::
Menu
.
perform
(
&
:click_on_vulnerability_report
)
...
...
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