We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af15ed0 commit 155eb77Copy full SHA for 155eb77
dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Billing/Method/FormTest.php
@@ -47,6 +47,9 @@ public function testContentUpdated()
47
48
$html = $block->toHtml();
49
$this->assertContains('mage.apply()', $html);
50
- $this->assertContains("order.setPaymentMethod('" . $block->escapeHtml($block->getSelectedMethodCode()) . "')", $html);
+ $this->assertContains(
51
+ "order.setPaymentMethod('" . $block->escapeHtml($block->getSelectedMethodCode()) . "')",
52
+ $html
53
+ );
54
}
55
0 commit comments