Update form tests to have front end checks [MAILPOET-3334]
[MAILPOET-3334](https://mailpoet.atlassian.net/browse/MAILPOET-3334)
This commit is contained in:
@ -48,7 +48,7 @@ class Text {
|
||||
|
||||
$html .= $this->rendererHelper->renderLabel($block, $formSettings);
|
||||
|
||||
$html .= '<input type="' . $type . '" class="mailpoet_text" ';
|
||||
$html .= '<input type="' . $type . '" class="mailpoet_text" data-automation-id="form_custom_text" ';
|
||||
|
||||
$html .= 'name="data[' . $name . ']" ';
|
||||
|
||||
|
Reference in New Issue
Block a user