Add template boxes for form templates
[MAILPOET-2988]
This commit is contained in:
committed by
Veljko V
parent
448565603b
commit
a6f865414c
@ -23,29 +23,9 @@ class CreateFormUsingTemplateCest {
|
||||
$i->click('[data-automation-id="create_new_form"]');
|
||||
|
||||
$i->waitForElement('[data-automation-id="template_selection_list"]');
|
||||
$i->click('[data-automation-id="template_index_0"]');
|
||||
$i->click('[data-automation-id="select_template_template_1_popup"]');
|
||||
|
||||
$i->waitForElement('[data-automation-id="form_title_input"]');
|
||||
$i->selectOptionInSelect2($segmentName);
|
||||
$i->click('[data-automation-id="form_save_button"]');
|
||||
$i->waitForText('Form saved', 10, '.automation-dismissible-notices');
|
||||
}
|
||||
|
||||
public function createFormUsingBlankTemplate(\AcceptanceTester $i) {
|
||||
$segmentFactory = new Segment();
|
||||
$segmentName = 'Fancy List';
|
||||
$segmentFactory->withName($segmentName)->create();
|
||||
|
||||
$i->wantTo('Create a new form');
|
||||
$i->login();
|
||||
$i->amOnMailPoetPage('Forms');
|
||||
$i->click('[data-automation-id="create_new_form"]');
|
||||
|
||||
$i->waitForElement('[data-automation-id="template_selection_list"]');
|
||||
$i->waitForElement('[data-automation-id="blank_template"]');
|
||||
$i->click('[data-automation-id="blank_template"]');
|
||||
|
||||
$i->waitForElement('[data-automation-id="form_title_input"]');
|
||||
$i->waitForElement('[data-automation-id="form_title_input"]', 20);
|
||||
$i->selectOptionInSelect2($segmentName);
|
||||
$i->click('[data-automation-id="form_save_button"]');
|
||||
$i->waitForText('Form saved', 10, '.automation-dismissible-notices');
|
||||
|
Reference in New Issue
Block a user