Commit 81b565ee authored by Tim Zallmann's avatar Tim Zallmann

Fix End Syntax Error

parent 9647d2e7
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment