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
5c6f39a3
Commit
5c6f39a3
authored
Jan 19, 2021
by
Erick Banks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change issue link to new issue
parent
dcbe3b42
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb
...cs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/epic/promote_issue_to_epic_spec.rb
...s/ee/browser_ui/2_plan/epic/promote_issue_to_epic_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb
..._plan/issue_boards/configure_issue_board_by_label_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb
...wser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb
View file @
5c6f39a3
...
...
@@ -24,7 +24,7 @@ module QA
Page
::
Project
::
Menu
.
perform
(
&
:click_issues
)
end
it
'successfully exports issues list as CSV'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
764
'
do
it
'successfully exports issues list as CSV'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1141
'
do
Page
::
Project
::
Issue
::
Index
.
perform
do
|
index
|
index
.
click_export_as_csv_button
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/epic/promote_issue_to_epic_spec.rb
View file @
5c6f39a3
...
...
@@ -3,7 +3,7 @@
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
describe
'promote issue to epic'
do
it
'promotes issue to epic'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
604
'
do
it
'promotes issue to epic'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1143
'
do
Flow
::
Login
.
sign_in
project
=
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb
View file @
5c6f39a3
...
...
@@ -23,7 +23,7 @@ module QA
Page
::
Project
::
Menu
.
perform
(
&
:go_to_boards
)
end
it
'shows only issues that match the configured label'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
646
'
do
it
'shows only issues that match the configured label'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1144
'
do
Page
::
Component
::
IssueBoard
::
Show
.
perform
do
|
show
|
show
.
configure_by_label
(
testing
)
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb
View file @
5c6f39a3
...
...
@@ -30,7 +30,7 @@ module QA
Page
::
Project
::
Menu
.
perform
(
&
:go_to_boards
)
end
it
'shows the sum of issues weights in the board list\'s header'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
603
'
do
it
'shows the sum of issues weights in the board list\'s header'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1142
'
do
Page
::
Component
::
IssueBoard
::
Show
.
perform
do
|
show
|
expect
(
show
.
boards_list_header_with_index
(
1
)).
to
have_content
(
weight_for_issue_1
+
weight_for_issue_2
)
end
...
...
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