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 8ea3d26 commit 3e65b37Copy full SHA for 3e65b37
lib/internal/Magento/Framework/Data/Test/Unit/Form/Element/PasswordTest.php
@@ -53,6 +53,6 @@ public function testGetHtml()
53
{
54
$html = $this->_model->getHtml();
55
$this->assertContains('type="password"', $html);
56
- $this->assertTrue(preg_match('/class=\".*input-text.*\"/i', $html) > 0);
+ $this->assertTrue(preg_match('/class=\"* input-text admin__control-text.*\"/i', $html) > 0);
57
}
58
0 commit comments