Base progress
This commit is contained in:
@@ -2,6 +2,7 @@ step 'there is a confirmed and open supplier' do
|
||||
@supplier_password = 'secret1'
|
||||
@employee_password = @supplier_password
|
||||
@employee = create :employee, email: 'supplier@mozo.bar', password: @supplier_password
|
||||
binding.pry
|
||||
@supplier = build :supplier, open: true
|
||||
@supplier.add_manager @employee
|
||||
@section = create :section, title: 'Room', supplier: @supplier, width: 8, height: 8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
step "the user is on the active list page" do
|
||||
visit "/user#/active_list"
|
||||
user_visit "active-list"
|
||||
end
|
||||
|
||||
step "the user should see the order in the active list view" do
|
||||
|
||||
Reference in New Issue
Block a user