Contribution Date
Technology
Contribution Project
Contribution Details
-
+++ b/modules/receipt/commerce_pos_receipt.libraries.yml @@ -0,0 +1,21 @@ +jQuery.print:
The test is going to fail in DrupalCI. Because DrupalCI does not downloads any external library (from GitHub). I too had this same problem. But that was months ago, I don't know the state of DrupalCI now. We can try invoking a command that would download this library first. Otherwise we have to rely on TravisCI/CircleCI.
-
+++ b/tests/src/FunctionalJavascript/PosFormTest.php @@ -23,6 +23,7 @@ class PosFormTest extends JavascriptTestBase { + 'commerce_pos_receipt',
This is not good at all.
POSForm::ajaxReceipt()
should be moved to the sub-module, as a form alter or something.
Contribution Issue Link
Files count
0
Patches count
0