Broken end of day commit
This commit is contained in:
@@ -7,7 +7,7 @@ step "I visit the supplier root path" do
|
||||
end
|
||||
|
||||
step "I visit the supplier section path" do
|
||||
visit "/supplier/sections/#{@section.id}"
|
||||
visit "/supplier#/sections/#{@section.id}"
|
||||
end
|
||||
|
||||
step "I visit the supplier last section path" do
|
||||
|
||||
@@ -27,6 +27,7 @@ step "the section table should be marked as in need of help" do
|
||||
end
|
||||
|
||||
step "the section table should not be marked as in need of help" do
|
||||
binding.pry
|
||||
table = page.find(".section-table-#{@table.id}")
|
||||
table['class'].should_not include 'needs_help'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user