Remove forgotten code from spec

Commit e4ebeb8a29 forgot to remove this
code.
This commit is contained in:
Maikel Linke
2019-01-11 17:39:50 +11:00
parent 223982f571
commit e89a836e72
2 changed files with 0 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ feature %q{
} do
include AuthenticationWorkflow
include WebHelper
include AdminHelper
let!(:user) { create_enterprise_user }
let!(:supplier1) { create(:supplier_enterprise, name: 'Supplier 1') }

View File

@@ -1,8 +1,4 @@
module AdminHelper
def have_admin_menu_item(menu_item_name)
have_selector "ul[data-hook='admin_tabs'] li", text: menu_item_name
end
def toggle_columns(*labels)
# open dropdown
find("div#columns-dropdown", text: "COLUMNS").click