Update form tests to have front end checks [MAILPOET-3334]

[MAILPOET-3334](https://mailpoet.atlassian.net/browse/MAILPOET-3334)
This commit is contained in:
Veljko V
2020-12-02 17:19:15 +01:00
parent f3df805bb3
commit 7d88f3eaea
11 changed files with 118 additions and 51 deletions

View File

@ -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 . ']" ';