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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
aaca5ff7
Commit
aaca5ff7
authored
Sep 05, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for RSPec for User Posts
parent
93a947a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/merge_request/user_posts_diff_notes_spec.rb
spec/features/merge_request/user_posts_diff_notes_spec.rb
+2
-2
No files found.
spec/features/merge_request/user_posts_diff_notes_spec.rb
View file @
aaca5ff7
...
@@ -7,7 +7,7 @@ describe 'Merge request > User posts diff notes', :js do
...
@@ -7,7 +7,7 @@ describe 'Merge request > User posts diff notes', :js do
let
(
:project
)
{
merge_request
.
source_project
}
let
(
:project
)
{
merge_request
.
source_project
}
let
(
:user
)
{
project
.
creator
}
let
(
:user
)
{
project
.
creator
}
let
(
:comment_button_class
)
{
'.add-diff-note'
}
let
(
:comment_button_class
)
{
'.add-diff-note'
}
let
(
:notes_holder_input_class
)
{
'
js-temp-notes-holder
'
}
let
(
:notes_holder_input_class
)
{
'
note-edit-form
'
}
let
(
:notes_holder_input_xpath
)
{
'./following-sibling::*[contains(concat(" ", @class, " "), " notes_holder ")]'
}
let
(
:notes_holder_input_xpath
)
{
'./following-sibling::*[contains(concat(" ", @class, " "), " notes_holder ")]'
}
let
(
:test_note_comment
)
{
'this is a test note!'
}
let
(
:test_note_comment
)
{
'this is a test note!'
}
...
@@ -264,7 +264,7 @@ describe 'Merge request > User posts diff notes', :js do
...
@@ -264,7 +264,7 @@ describe 'Merge request > User posts diff notes', :js do
def
assert_comment_persistence
(
line_holder
,
asset_form_reset
:)
def
assert_comment_persistence
(
line_holder
,
asset_form_reset
:)
notes_holder_saved
=
line_holder
.
find
(
:xpath
,
notes_holder_input_xpath
)
notes_holder_saved
=
line_holder
.
find
(
:xpath
,
notes_holder_input_xpath
)
expect
(
notes_holder_saved
[
:class
]).
not_to
include
(
notes_holder_input_class
)
expect
(
notes_holder_saved
[
:class
]).
not_to
include
(
'note-edit-form'
)
expect
(
notes_holder_saved
).
to
have_content
test_note_comment
expect
(
notes_holder_saved
).
to
have_content
test_note_comment
assert_form_is_reset
if
asset_form_reset
assert_form_is_reset
if
asset_form_reset
...
...
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