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
e52a1df8
Commit
e52a1df8
authored
Jan 19, 2021
by
Erick Banks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change testcase links
parent
dcbe3b42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
...eatures/browser_ui/2_plan/issue/issue_suggestions_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb
...eatures/browser_ui/2_plan/issue_boards/focus_mode_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb
...owser_ui/2_plan/iterations/create_group_iteration_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
View file @
e52a1df8
...
...
@@ -13,7 +13,7 @@ module QA
end
.
project
.
visit!
end
it
'shows issue suggestions when creating a new issue'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
412
'
do
it
'shows issue suggestions when creating a new issue'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1175
'
do
Page
::
Project
::
Show
.
perform
(
&
:go_to_new_issue
)
Page
::
Project
::
Issue
::
New
.
perform
do
|
new_page
|
new_page
.
fill_title
(
"issue"
)
...
...
qa/qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb
View file @
e52a1df8
...
...
@@ -13,7 +13,7 @@ module QA
Flow
::
Login
.
sign_in
end
it
'focuses on issue board'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
820
'
do
it
'focuses on issue board'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1176
'
do
project
.
visit!
Page
::
Project
::
Menu
.
perform
(
&
:go_to_boards
)
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb
View file @
e52a1df8
...
...
@@ -14,7 +14,7 @@ module QA
Flow
::
Login
.
sign_in
end
it
'creates a group iteration'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
957
'
do
it
'creates a group iteration'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1174
'
do
EE
::
Resource
::
GroupIteration
.
fabricate_via_browser_ui!
do
|
iteration
|
iteration
.
title
=
title
iteration
.
description
=
description
...
...
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