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
8d5be072
Commit
8d5be072
authored
Feb 02, 2021
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 3 more testcase issue links in e2e specs
parent
01a8bb6f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb
...r_ui/2_plan/issue_boards/create_group_issue_board_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/group_issue_boards_spec.rb
...browser_ui/2_plan/issue_boards/group_issue_boards_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb
.../browser_ui/3_create/merge_request/approval_rules_spec.rb
+1
-1
No files found.
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb
View file @
8d5be072
...
...
@@ -17,7 +17,7 @@ module QA
Page
::
Group
::
Menu
.
perform
(
&
:go_to_issue_boards
)
end
it
'creates a group issue board via the GUI'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
576
'
do
it
'creates a group issue board via the GUI'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1674
'
do
Page
::
Component
::
IssueBoard
::
Show
.
perform
do
|
show
|
new_board
=
"Board-
#{
SecureRandom
.
hex
(
4
)
}
"
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/group_issue_boards_spec.rb
View file @
8d5be072
...
...
@@ -27,7 +27,7 @@ module QA
Page
::
Group
::
Menu
.
perform
(
&
:go_to_issue_boards
)
end
it
'shows multiple group boards in the boards dropdown menu'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
537
'
do
it
'shows multiple group boards in the boards dropdown menu'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1675
'
do
Page
::
Component
::
IssueBoard
::
Show
.
perform
do
|
show
|
show
.
click_boards_dropdown_button
...
...
qa/qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb
View file @
8d5be072
...
...
@@ -23,7 +23,7 @@ module QA
login
end
it
'allows multiple approval rules with users and groups'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
578
'
do
it
'allows multiple approval rules with users and groups'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1673
'
do
# Create a merge request with 2 rules
merge_request
=
Resource
::
MergeRequest
.
fabricate_via_browser_ui!
do
|
resource
|
resource
.
title
=
'Add a new feature'
...
...
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