Skip to content

Commit 1da21ea

Browse files
vpaladiychukDooffy
authored andcommitted
MAGETWO-36030: Add attributes for form elements
1 parent d27262c commit 1da21ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/Data/Test/Unit/Form/Element/AbstractElementTest.php

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ public function testGetHtmlAttributes()
205205
'tabindex',
206206
'placeholder',
207207
'data-form-part',
208+
'data-role',
209+
'data-action'
208210
];
209211
$this->assertEquals($htmlAttributes, $this->_model->getHtmlAttributes());
210212
}

0 commit comments

Comments
 (0)