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
@@ -1,9 +1,10 @@
step "I provide a new supplier email address" do
find('#supplier_email').set 'new-supplier-mail@qwaiter.com'
find('.supplier-email').set 'new-supplier-mail@qwaiter.com'
end
step "the supplier submits the supplier settings form" do
find('.submit-supplier-settings').click
sleep 1 # give application some time
end
step "the supplier email should not have been changed" do