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
558e92b3
Commit
558e92b3
authored
May 26, 2017
by
Phil Hughes
Committed by
Nick Thomas
May 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed spec/features/issues/form_spec.rb
parent
730f3f5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
spec/features/issues/form_spec.rb
spec/features/issues/form_spec.rb
+1
-6
No files found.
spec/features/issues/form_spec.rb
View file @
558e92b3
...
...
@@ -35,8 +35,6 @@ describe 'New/edit issue', :feature, :js do
click_link
user2
.
name
end
click_button
user2
.
name
page
.
within
'.dropdown-menu-user'
do
click_link
'Unassigned'
end
...
...
@@ -51,13 +49,11 @@ describe 'New/edit issue', :feature, :js do
expect
(
find
(
'a'
,
text:
'Assign to me'
,
visible:
false
)).
not_to
be_visible
click_button
user
.
name
page
.
within
(
'.dropdown-menu-user'
)
do
click_link
user
.
name
end
expect
(
page
.
find
(
'.dropdown-menu-user'
,
visible:
false
)).
not_
to
be_visible
expect
(
find
(
'a'
,
text:
'Assign to me'
)).
to
be_visible
end
end
...
...
@@ -174,7 +170,6 @@ describe 'New/edit issue', :feature, :js do
end
expect
(
find
(
'.js-assignee-search'
)).
to
have_content
(
user
.
name
)
click_button
user
.
name
page
.
within
'.dropdown-menu-user'
do
click_link
user2
.
name
...
...
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