public function __construct($testCase, $redirect = true)
 {
     parent::__construct($testCase, $redirect);
     $this->entityname = $this->select($this->byId('oro_email_emailtemplate_entityName'));
     $this->name = $this->byId('oro_email_emailtemplate_name');
     $this->type = $this->byId('oro_email_emailtemplate_type');
     $this->subject = $this->byId('oro_email_emailtemplate_translations_defaultLocale_en_subject');
     $this->content = $this->byId('oro_email_emailtemplate_translations_defaultLocale_en_content');
 }
 public function __construct($testCase, $redirect = true)
 {
     parent::__construct($testCase, $redirect);
     $this->entityname = $this->select($this->byId('emailnotification_entityName'));
     $this->event = $this->select($this->byId('emailnotification_event'));
     $this->template = $this->byXpath("//div[@id='s2id_emailnotification_template']/a");
     $this->user = $this->byXpath("//div[@id='s2id_emailnotification_recipientList_users']//input");
     $this->groups = $this->byId('emailnotification_recipientList_groups');
     $this->email = $this->byId('emailnotification_recipientList_email');
 }
Ejemplo n.º 3
0
 public function __construct($testCase, $redirect = true)
 {
     parent::__construct($testCase, $redirect);
 }
Ejemplo n.º 4
0
 public function __construct($testCase, $redirect = true)
 {
     parent::__construct($testCase, $redirect);
     $this->label = $this->byId('oro_user_role_form_label');
     $this->owner = $this->select($this->byId('oro_user_role_form_owner'));
 }
Ejemplo n.º 5
0
 public function __construct($testCase, $redirect = true)
 {
     parent::__construct($testCase, $redirect);
     $this->name = $this->byId('oro_user_group_form_name');
     $this->owner = $this->select($this->byId('oro_user_group_form_owner'));
 }