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
717659ba
Commit
717659ba
authored
Jun 19, 2019
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo on test
parent
f7442750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
qa/qa/specs/features/browser_ui/2_plan/ee_epic/create_edit_delete_epic_spec.rb
...browser_ui/2_plan/ee_epic/create_edit_delete_epic_spec.rb
+5
-5
No files found.
qa/qa/specs/features/browser_ui/2_plan/ee_epic/create_edit_delete_epic_spec.rb
View file @
717659ba
...
@@ -35,7 +35,7 @@ module QA
...
@@ -35,7 +35,7 @@ module QA
end
end
it
'adds/removes issue to/from epic'
do
it
'adds/removes issue to/from epic'
do
create_issue_and_epic_resource
create_issue_and_epic_resource
s
visit_first_epic_page
visit_first_epic_page
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
do
|
show_page
|
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
do
|
show_page
|
...
@@ -48,7 +48,7 @@ module QA
...
@@ -48,7 +48,7 @@ module QA
end
end
it
'comments on epic'
do
it
'comments on epic'
do
create_issue_and_epic_resource
create_issue_and_epic_resource
s
visit_first_epic_page
visit_first_epic_page
comment
=
'My Epic Comment'
comment
=
'My Epic Comment'
...
@@ -60,7 +60,7 @@ module QA
...
@@ -60,7 +60,7 @@ module QA
end
end
it
'closes and reopens an epic'
do
it
'closes and reopens an epic'
do
create_issue_and_epic_resource
create_issue_and_epic_resource
s
visit_first_epic_page
visit_first_epic_page
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
(
&
:close_reopen_epic
)
EE
::
Page
::
Group
::
Epic
::
Show
.
perform
(
&
:close_reopen_epic
)
...
@@ -73,7 +73,7 @@ module QA
...
@@ -73,7 +73,7 @@ module QA
end
end
it
'adds/removes issue to/from epic using quick actions'
do
it
'adds/removes issue to/from epic using quick actions'
do
create_issue_and_epic_resource
create_issue_and_epic_resource
s
@issue
.
visit!
@issue
.
visit!
...
@@ -90,7 +90,7 @@ module QA
...
@@ -90,7 +90,7 @@ module QA
expect
(
page
).
to
have_content
(
'removed issue'
)
expect
(
page
).
to
have_content
(
'removed issue'
)
end
end
def
create_issue_and_epic_resource
def
create_issue_and_epic_resource
s
@issue
=
Resource
::
Issue
.
fabricate_via_api!
do
|
issue
|
@issue
=
Resource
::
Issue
.
fabricate_via_api!
do
|
issue
|
issue
.
title
=
'Issue created via API'
issue
.
title
=
'Issue created via API'
issue
.
labels
=
[]
issue
.
labels
=
[]
...
...
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