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
f34a870c
Commit
f34a870c
authored
Feb 19, 2020
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce the scope of reliable tests
Due to
https://gitlab.com/gitlab-org/gitlab/issues/207265
parent
fb6d5bd6
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 @
f34a870c
# frozen_string_literal: true
module
QA
context
'Plan'
,
:reliable
do
context
'Plan'
do
describe
'Epics Management'
do
before
do
Flow
::
Login
.
sign_in
end
it
'creates an epic'
do
it
'creates an epic'
,
:reliable
do
epic_title
=
'Epic created via GUI'
EE
::
Resource
::
Epic
.
fabricate_via_browser_ui!
do
|
epic
|
epic
.
title
=
epic_title
...
...
@@ -25,7 +25,7 @@ module QA
epic
.
visit!
end
it
'adds/removes issue to/from epic'
do
it
'adds/removes issue to/from epic'
,
:reliable
do
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
do
|
show
|
show
.
add_issue_to_epic
(
issue
.
web_url
)
...
...
@@ -37,7 +37,7 @@ module QA
end
end
it
'comments on epic'
do
it
'comments on epic'
,
:reliable
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