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
ed9a8239
Commit
ed9a8239
authored
Jul 19, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
98e3a1d1
4ef648cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
qa/qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
...cs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
+3
-1
qa/qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb
...res/browser_ui/2_plan/issue/filter_issue_comments_spec.rb
+3
-3
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/comment_issue_spec.rb
View file @
ed9a8239
...
...
@@ -3,7 +3,7 @@
module
QA
context
'Plan'
do
describe
'Issue comments'
do
it
'user comments on an issue and edits the comment'
do
before
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Page
::
Main
::
Login
.
perform
(
&
:sign_in_using_credentials
)
...
...
@@ -11,7 +11,9 @@ module QA
issue
.
title
=
'issue title'
end
issue
.
visit!
end
it
'user comments on an issue and edits the comment'
do
Page
::
Project
::
Issue
::
Show
.
perform
do
|
issue_show_page
|
first_version_of_comment
=
'First version of the comment'
second_version_of_comment
=
'Second version of the comment'
...
...
qa/qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb
View file @
ed9a8239
...
...
@@ -5,7 +5,7 @@ module QA
describe
'filter issue comments activities'
do
let
(
:issue_title
)
{
'issue title'
}
it
'user filters comments and activities in an issue'
do
before
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Page
::
Main
::
Login
.
perform
(
&
:sign_in_using_credentials
)
...
...
@@ -14,9 +14,9 @@ module QA
end
issue
.
visit!
end
expect
(
page
).
to
have_content
(
issue_title
)
it
'user filters comments and activities in an issue'
do
Page
::
Project
::
Issue
::
Show
.
perform
do
|
show_page
|
my_own_comment
=
"My own comment"
made_the_issue_confidential
=
"made the issue confidential"
...
...
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