Skip to content

Commit d124b04

Browse files
committed
Merge branch '2.3-develop' of github.com:furan917/magento2 into 2.3-develop
2 parents 5124dfb + 64405fa commit d124b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function testAddContainerInvalidHtmlTag()
274274
{
275275
$msg = 'Html tag "span" is forbidden for usage in containers. ' .
276276
'Consider to use one of the allowed: aside, dd, div, dl, fieldset, main, nav, ' .
277-
'header, footer, ol, p, section, table, tfoot, ul.';
277+
'header, footer, ol, p, section, table, tfoot, ul, h1, h2, h3, h4, h5, h6.';
278278
$this->expectException(\Magento\Framework\Exception\LocalizedException::class);
279279
$this->expectExceptionMessage($msg);
280280
$this->_layout->addContainer('container', 'Container', ['htmlTag' => 'span']);

0 commit comments

Comments
 (0)