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
c5a03d5d
Commit
c5a03d5d
authored
Sep 29, 2020
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reliable tag to epic management specs
parent
ba8bc18b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb
...atures/ee/browser_ui/2_plan/epic/epics_management_spec.rb
+4
-4
No files found.
qa/qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb
View file @
c5a03d5d
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
do
RSpec
.
describe
'Plan'
,
:reliable
do
describe
'Epics Management'
do
before
do
Flow
::
Login
.
sign_in
end
it
'creates an epic'
,
:reliable
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/522'
do
it
'creates an epic'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/522'
do
epic_title
=
'Epic created via GUI'
EE
::
Resource
::
Epic
.
fabricate_via_browser_ui!
do
|
epic
|
epic
.
title
=
epic_title
...
...
@@ -36,7 +36,7 @@ module QA
epic
.
visit!
end
it
'adds/removes issue to/from epic'
,
:reliable
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/526'
do
it
'adds/removes issue to/from epic'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/526'
do
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
do
|
show
|
show
.
add_issue_to_epic
(
issue
.
web_url
)
...
...
@@ -48,7 +48,7 @@ module QA
end
end
it
'comments on epic'
,
:reliable
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/525'
do
it
'comments on epic'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/525'
do
comment
=
'My Epic Comment'
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
do
|
show
|
show
.
add_comment_to_epic
(
comment
)
...
...
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