Fixes for event stream and section view actions
This commit is contained in:
@@ -3,6 +3,10 @@ step 'there is a table' do
|
||||
@table ||= create :table, section: @section, supplier: @supplier
|
||||
end
|
||||
|
||||
step 'there is a table in the section' do
|
||||
step 'there is a table'
|
||||
end
|
||||
|
||||
step "the other user sees the table menu" do
|
||||
Capybara.session_name = :other_user
|
||||
route_should_be 'user#list_products_for_table'
|
||||
|
||||
Reference in New Issue
Block a user