Specced supplier main board jumber
This commit is contained in:
@@ -64,3 +64,9 @@ step "the section table should not have any active list markings anymore" do
|
||||
css_class.should_not include 'active_order'
|
||||
css_class.should_not include 'needs_payment'
|
||||
end
|
||||
|
||||
step "I should be redirected to the supplier section view" do
|
||||
sleep 1
|
||||
#page.current_path.should == "/supplier/sections/#{@section.id}"
|
||||
page.evaluate_script('window.location.pathname').should == "/supplier/sections/#{@section.id}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user