summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/features/explore/new_menu_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/features/explore/new_menu_spec.rb b/spec/features/explore/new_menu_spec.rb
index ae65f25d48b..cbd97ff74b3 100644
--- a/spec/features/explore/new_menu_spec.rb
+++ b/spec/features/explore/new_menu_spec.rb
@@ -149,7 +149,6 @@ feature 'Top Plus Menu', feature: true, js: true do
end
def hasnot_topmenuitem(item_name)
- expect(find('.header-new.dropdown')).not_to have_content(item_name)
- end
- end
+ expect(find('.header-new.dropdown')).not_to have_content(item_name)
+ end
end