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
23726402
Commit
23726402
authored
Oct 27, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky tests
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ca27d956
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/features/search/user_uses_header_search_field_spec.rb
spec/features/search/user_uses_header_search_field_spec.rb
+3
-3
No files found.
spec/features/search/user_uses_header_search_field_spec.rb
View file @
23726402
...
...
@@ -34,7 +34,7 @@ RSpec.describe 'User uses header search field', :js do
wait_for_all_requests
end
it
'shows the category search dropdown'
do
it
'shows the category search dropdown'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/250285'
do
expect
(
page
).
to
have_selector
(
'.dropdown-header'
,
text:
/
#{
scope_name
}
/i
)
end
end
...
...
@@ -44,7 +44,7 @@ RSpec.describe 'User uses header search field', :js do
page
.
find
(
'#search'
).
click
end
it
'shows category search dropdown'
do
it
'shows category search dropdown'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/250285'
do
expect
(
page
).
to
have_selector
(
'.dropdown-header'
,
text:
/
#{
scope_name
}
/i
)
end
...
...
@@ -104,7 +104,7 @@ RSpec.describe 'User uses header search field', :js do
let
(
:scope_name
)
{
'All GitLab'
}
end
it
'displays search options'
do
it
'displays search options'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/251076'
do
fill_in_search
(
'test'
)
expect
(
page
).
to
have_selector
(
scoped_search_link
(
'test'
))
...
...
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