|
|
|
@ -53,7 +53,7 @@ def test_add_order_ok(testapp, login_as, contains):
@@ -53,7 +53,7 @@ def test_add_order_ok(testapp, login_as, contains):
|
|
|
|
|
form["vendor"] = "Carl Roth" |
|
|
|
|
form["package_size"] = "25 l" |
|
|
|
|
form["quantity"] = "5" |
|
|
|
|
form["account"] = "DFG" |
|
|
|
|
form["funds"] = "DFG" |
|
|
|
|
form["comment"] = "Ein Kommentar!" |
|
|
|
|
form.fields["amount"][0].value = "5.67" |
|
|
|
|
form.fields["amount"][1].value = "5.67" |
|
|
|
@ -140,7 +140,7 @@ def test_add_order_cancel(testapp, login_as, contains):
@@ -140,7 +140,7 @@ def test_add_order_cancel(testapp, login_as, contains):
|
|
|
|
|
form["vendor"] = "Carl Roth" |
|
|
|
|
form["package_size"] = "25 l" |
|
|
|
|
form["quantity"] = "5" |
|
|
|
|
form["account"] = "DFG" |
|
|
|
|
form["funds"] = "DFG" |
|
|
|
|
form["comment"] = "Ein Kommentar!" |
|
|
|
|
form.fields["amount"][0].value = "5.67" |
|
|
|
|
form.fields["amount"][1].value = "5.67" |
|
|
|
@ -185,7 +185,7 @@ def test_edit_order_ok(testapp, login_as, contains, parse_latest_mail):
@@ -185,7 +185,7 @@ def test_edit_order_ok(testapp, login_as, contains, parse_latest_mail):
|
|
|
|
|
form["vendor"] = "Carl Roth" |
|
|
|
|
form["package_size"] = "25 l" |
|
|
|
|
form["quantity"] = "5" |
|
|
|
|
form["account"] = "DFG" |
|
|
|
|
form["funds"] = "DFG" |
|
|
|
|
form["comment"] = "Ein Kommentar!" |
|
|
|
|
form.fields["amount"][0].value = "5.67" |
|
|
|
|
form.fields["amount"][1].value = "5.67" |
|
|
|
@ -238,7 +238,7 @@ def test_edit_order_form_error(testapp, login_as, contains):
@@ -238,7 +238,7 @@ def test_edit_order_form_error(testapp, login_as, contains):
|
|
|
|
|
form["vendor"] = "Carl Roth" |
|
|
|
|
form["package_size"] = "25 l" |
|
|
|
|
form["quantity"] = "5" |
|
|
|
|
form["account"] = "DFG" |
|
|
|
|
form["funds"] = "DFG" |
|
|
|
|
form["comment"] = "Ein Kommentar!" |
|
|
|
|
form.fields["amount"][0].value = "5.67" |
|
|
|
|
form.fields["amount"][1].value = "5.67" |
|
|
|
@ -276,7 +276,7 @@ def test_edit_order_cancel(testapp, login_as, contains):
@@ -276,7 +276,7 @@ def test_edit_order_cancel(testapp, login_as, contains):
|
|
|
|
|
form["vendor"] = "Carl Roth" |
|
|
|
|
form["package_size"] = "25 l" |
|
|
|
|
form["quantity"] = "5" |
|
|
|
|
form["account"] = "DFG" |
|
|
|
|
form["funds"] = "DFG" |
|
|
|
|
form["comment"] = "Ein Kommentar!" |
|
|
|
|
form.fields["amount"][0].value = "5.67" |
|
|
|
|
form.fields["amount"][1].value = "5.67" |
|
|
|
|