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
fcddbed1
Commit
fcddbed1
authored
Jan 19, 2021
by
Erick Banks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change link to testcases
parent
dcbe3b42
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
qa/qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
...cs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb
...rowser_ui/2_plan/milestone/create_group_milestone_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
...ine/parent_child_pipelines_dependent_relationship_spec.rb
+2
-2
qa/qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb
...e/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb
...owser_ui/2_plan/issues_analytics/issues_analytics_spec.rb
+2
-2
qa/qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb
...ple_assignees_for_issues/more_than_four_assignees_spec.rb
+2
-2
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
View file @
fcddbed1
...
...
@@ -9,7 +9,7 @@ module QA
Resource
::
Issue
.
fabricate_via_api!
.
visit!
end
it
'comments on an issue and edits the comment'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
450
'
do
it
'comments on an issue and edits the comment'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1151
'
do
Page
::
Project
::
Issue
::
Show
.
perform
do
|
show
|
first_version_of_comment
=
'First version of the comment'
second_version_of_comment
=
'Second version of the comment'
...
...
qa/qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb
View file @
fcddbed1
...
...
@@ -14,7 +14,7 @@ module QA
Flow
::
Login
.
sign_in
end
it
'creates a group milestone'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
922
'
do
it
'creates a group milestone'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1148
'
do
group_milestone
=
Resource
::
GroupMilestone
.
fabricate_via_browser_ui!
do
|
milestone
|
milestone
.
title
=
title
milestone
.
description
=
description
...
...
qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
View file @
fcddbed1
...
...
@@ -25,7 +25,7 @@ module QA
runner
.
remove_via_api!
end
it
'parent pipelines passes if child passes'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
751
'
do
it
'parent pipelines passes if child passes'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1153
'
do
add_ci_files
(
success_child_ci_file
)
Flow
::
Pipeline
.
visit_latest_pipeline
(
pipeline_condition:
'completed'
)
...
...
@@ -35,7 +35,7 @@ module QA
end
end
it
'parent pipeline fails if child fails'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
7
52'
do
it
'parent pipeline fails if child fails'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
11
52'
do
add_ci_files
(
fail_child_ci_file
)
Flow
::
Pipeline
.
visit_latest_pipeline
(
pipeline_condition:
'completed'
)
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb
View file @
fcddbed1
...
...
@@ -21,7 +21,7 @@ module QA
create_issue
(
milestone
.
project
,
milestone
,
weight_of_two
)
end
it
'shows burndown chart on milestone page'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
573
'
do
it
'shows burndown chart on milestone page'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1145
'
do
milestone
.
visit!
Page
::
Milestone
::
Show
.
perform
do
|
show
|
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb
View file @
fcddbed1
...
...
@@ -20,13 +20,13 @@ module QA
end
end
describe
'Group level issues analytics'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
551
'
do
describe
'Group level issues analytics'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1147
'
do
it_behaves_like
'issues analytics page'
do
let
(
:analytics_path
)
{
"
#{
issue
.
project
.
group
.
web_url
}
/-/issues_analytics"
}
end
end
describe
'Project level issues analytics'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
552
'
do
describe
'Project level issues analytics'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1146
'
do
it_behaves_like
'issues analytics page'
do
let
(
:analytics_path
)
{
"
#{
issue
.
project
.
web_url
}
/-/analytics/issues_analytics"
}
end
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb
View file @
fcddbed1
...
...
@@ -39,7 +39,7 @@ module QA
end
end
it
'shows the first three assignees and a +n sign in the issues list'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
580
'
do
it
'shows the first three assignees and a +n sign in the issues list'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1149
'
do
project
.
visit!
Page
::
Project
::
Menu
.
perform
(
&
:click_issues
)
...
...
@@ -51,7 +51,7 @@ module QA
end
end
it
'shows the first five assignees and a +n more link in the issue page'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
582
'
do
it
'shows the first five assignees and a +n more link in the issue page'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1150
'
do
@issue
.
visit!
Page
::
Project
::
Issue
::
Show
.
perform
do
|
show
|
...
...
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