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
87f04e5d
Commit
87f04e5d
authored
May 06, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix form spec conflict
parent
0603cfbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
spec/features/issues/form_spec.rb
spec/features/issues/form_spec.rb
+0
-8
No files found.
spec/features/issues/form_spec.rb
View file @
87f04e5d
...
...
@@ -77,12 +77,8 @@ describe 'New/edit issue', feature: true, js: true do
click_link
'Assign to me'
assignee_ids
=
page
.
all
(
'input[name="issue[assignee_ids][]"]'
,
visible:
false
)
<<<<<<<
HEAD
expect
(
assignee_ids
[
0
].
value
).
to
match
(
user2
.
id
.
to_s
)
expect
(
assignee_ids
[
1
].
value
).
to
match
(
user
.
id
.
to_s
)
=======
expect
(
assignee_ids
[
0
].
value
).
to
match
(
user
.
id
.
to_s
)
>>>>>>>
6
ce1df41e175c7d62ca760b1e66cf1bf86150284
page
.
within
'.js-assignee-search'
do
expect
(
page
).
to
have_content
"
#{
user2
.
name
}
+ 1 more"
...
...
@@ -121,11 +117,7 @@ describe 'New/edit issue', feature: true, js: true do
page
.
within
'.issuable-sidebar'
do
page
.
within
'.assignee'
do
<<<<<<<
HEAD
expect
(
page
).
to
have_content
"2 Assignees"
=======
expect
(
page
).
to
have_content
"Assignee"
>>>>>>>
6
ce1df41e175c7d62ca760b1e66cf1bf86150284
end
page
.
within
'.milestone'
do
...
...
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