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
Léo-Paul Géneau
gitlab-ce
Commits
e82ed3f4
Commit
e82ed3f4
authored
Apr 08, 2019
by
charlieablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Abstract out method from spec to support
parent
6b8f6075
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
spec/features/boards/sidebar_spec.rb
spec/features/boards/sidebar_spec.rb
+1
-0
spec/support/helpers/filtered_search_helpers.rb
spec/support/helpers/filtered_search_helpers.rb
+6
-0
No files found.
spec/features/boards/sidebar_spec.rb
View file @
e82ed3f4
...
@@ -129,6 +129,7 @@ describe 'Issue Boards', :js do
...
@@ -129,6 +129,7 @@ describe 'Issue Boards', :js do
click_link
'Unassigned'
click_link
'Unassigned'
end
end
close_dropdown_menu_if_visible
wait_for_requests
wait_for_requests
expect
(
page
).
to
have_content
(
'No assignee'
)
expect
(
page
).
to
have_content
(
'No assignee'
)
...
...
spec/support/helpers/filtered_search_helpers.rb
View file @
e82ed3f4
...
@@ -149,4 +149,10 @@ module FilteredSearchHelpers
...
@@ -149,4 +149,10 @@ module FilteredSearchHelpers
loop
until
find
(
'.filtered-search'
).
value
.
strip
==
text
loop
until
find
(
'.filtered-search'
).
value
.
strip
==
text
end
end
end
end
def
close_dropdown_menu_if_visible
find
(
'.dropdown-menu-toggle'
,
visible: :all
).
tap
do
|
toggle
|
toggle
.
click
if
toggle
.
visible?
end
end
end
end
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