Skip to content

Commit

Permalink
🛡️ pos_invoice_pay test fix. travis ignored error popup
Browse files Browse the repository at this point in the history
  • Loading branch information
KolushovAlexandr committed Oct 25, 2019
1 parent aa9213b commit 5e1f571
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pos_invoice_pay/static/src/js/test_pos_invoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ odoo.define('pos_invoice_pay.tour', function (require) {
trigger: '.modal-dialog:not(.oe_hidden) .popup-selection .selection-item:contains("Administrator"), .invoice-list-screen:not(".oe_hidden") .list thead:first()',
}, {
content: "Select Invoice",
trigger: '.invoice-list-screen .list-contents tr.invoice:first',
trigger: '.invoice-list-screen .list-contents tr.invoice:contains("4,610"):first',
}, {
content: "Click next",
trigger: '.invoice-list-screen .button.next.highlight',
Expand All @@ -45,16 +45,16 @@ odoo.define('pos_invoice_pay.tour', function (require) {
trigger: '.button.paymentmethod:contains("' + pay_method +'")',
content: _t("Click the payment method"),
}, {
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="9"]',
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="4"]',
content: 'Set payment amount',
}, {
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="9"]',
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="6"]',
content: 'Set payment amount',
}, {
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="9"]',
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="1"]',
content: 'Set payment amount',
}, {
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="9"]',
trigger: '.invoice-payment-screen:not(".oe_hidden") .numpad button[data-action="0"]',
content: 'Set payment amount',
}, {
extra_trigger: '.button.next.highlight:contains("Validate")',
Expand Down

0 comments on commit 5e1f571

Please sign in to comment.