stability improvement

This commit is contained in:
2014-07-28 17:33:40 +02:00
parent 48e1850200
commit 7443d3b08b
12 changed files with 67 additions and 14 deletions
@@ -79,7 +79,7 @@ step "the new list should appear in the supplier dashboard" do
end
step "I click on the close list button in the supplier dashboard" do
find(".list-row-#{@list.id} .close_list").click
find(".list-row-#{@list.id} .close-list-button").click
end
step "I click on the mark list as helped button in the supplier dashboard" do
@@ -163,3 +163,7 @@ step "the supplier placed orders counter should be reduced" do
sleep 0.5
find('.supplier-orders-placed-count-number').text.should == "10"
end
step "confirm the supplier close list modal" do
find('.confirm-ok').click
end