Loading config/optional/editor.editor.webform_default.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ dependencies: - filter.format.webform_default module: - ckeditor - webform format: webform_default editor: ckeditor settings: Loading config/optional/filter.format.webform_default.yml +3 −0 Original line number Diff line number Diff line langcode: en status: true dependencies: module: - webform name: 'Webform (Default)' format: webform_default weight: 100 Loading modules/webform_access/tests/src/Functional/WebformAccessTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ class WebformAccessTest extends WebformAccessBrowserTestBase { $this->drupalLogin($this->rootUser); $this->drupalGet('/admin/structure/webform/access/group/manage/manager'); $assert_session->fieldExists('label'); $assert_session->fieldExists('description[value]'); $assert_session->fieldExists('description[value][value]'); $assert_session->fieldExists('type'); $assert_session->fieldExists('admins[]'); $assert_session->fieldExists('users[]'); Loading modules/webform_templates/tests/src/Functional/WebformTemplatesTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ class WebformTemplatesTest extends WebformBrowserTestBase { // Check select template clears the description. $this->drupalGet('/admin/structure/webform/manage/test_form_template/duplicate'); $assert_session->fieldValueEquals('description[value]', ''); $assert_session->fieldValueEquals('description[value][value]', ''); // Check that admin can not access manage templates. $this->drupalGet('/admin/structure/webform/templates/manage'); Loading @@ -81,7 +81,7 @@ class WebformTemplatesTest extends WebformBrowserTestBase { // Check select template clears the description. $this->drupalGet('/admin/structure/webform/manage/test_form_template/duplicate', ['query' => ['template' => 1]]); $assert_session->fieldValueEquals('description[value]', 'Test using a webform as a template.'); $assert_session->fieldValueEquals('description[value][value]', 'Test using a webform as a template.'); } } modules/webform_ui/tests/src/Functional/WebformUiElementTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ class WebformUiElementTest extends WebformBrowserTestBase { // Add admin notes to contact name element. $this->drupalGet('/admin/structure/webform/manage/contact/element/name/edit'); $edit = ['properties[admin_notes][value]' => 'This is an admin note.']; $edit = ['properties[admin_notes][value][value]' => 'This is an admin note.']; $this->submitForm($edit, 'Save'); $assert_session->responseContains('<span data-drupal-selector="edit-webform-ui-elements-name-title-notes" class="webform-element-help js-webform-element-help" role="tooltip" tabindex="0" aria-label="Your Name" data-webform-help="<div class="webform-element-help--title">Your Name</div><div class="webform-element-help--content">This is an admin note.</div>"><span aria-hidden="true">?</span></span>'); Loading Loading
config/optional/editor.editor.webform_default.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ dependencies: - filter.format.webform_default module: - ckeditor - webform format: webform_default editor: ckeditor settings: Loading
config/optional/filter.format.webform_default.yml +3 −0 Original line number Diff line number Diff line langcode: en status: true dependencies: module: - webform name: 'Webform (Default)' format: webform_default weight: 100 Loading
modules/webform_access/tests/src/Functional/WebformAccessTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ class WebformAccessTest extends WebformAccessBrowserTestBase { $this->drupalLogin($this->rootUser); $this->drupalGet('/admin/structure/webform/access/group/manage/manager'); $assert_session->fieldExists('label'); $assert_session->fieldExists('description[value]'); $assert_session->fieldExists('description[value][value]'); $assert_session->fieldExists('type'); $assert_session->fieldExists('admins[]'); $assert_session->fieldExists('users[]'); Loading
modules/webform_templates/tests/src/Functional/WebformTemplatesTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ class WebformTemplatesTest extends WebformBrowserTestBase { // Check select template clears the description. $this->drupalGet('/admin/structure/webform/manage/test_form_template/duplicate'); $assert_session->fieldValueEquals('description[value]', ''); $assert_session->fieldValueEquals('description[value][value]', ''); // Check that admin can not access manage templates. $this->drupalGet('/admin/structure/webform/templates/manage'); Loading @@ -81,7 +81,7 @@ class WebformTemplatesTest extends WebformBrowserTestBase { // Check select template clears the description. $this->drupalGet('/admin/structure/webform/manage/test_form_template/duplicate', ['query' => ['template' => 1]]); $assert_session->fieldValueEquals('description[value]', 'Test using a webform as a template.'); $assert_session->fieldValueEquals('description[value][value]', 'Test using a webform as a template.'); } }
modules/webform_ui/tests/src/Functional/WebformUiElementTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ class WebformUiElementTest extends WebformBrowserTestBase { // Add admin notes to contact name element. $this->drupalGet('/admin/structure/webform/manage/contact/element/name/edit'); $edit = ['properties[admin_notes][value]' => 'This is an admin note.']; $edit = ['properties[admin_notes][value][value]' => 'This is an admin note.']; $this->submitForm($edit, 'Save'); $assert_session->responseContains('<span data-drupal-selector="edit-webform-ui-elements-name-title-notes" class="webform-element-help js-webform-element-help" role="tooltip" tabindex="0" aria-label="Your Name" data-webform-help="<div class="webform-element-help--title">Your Name</div><div class="webform-element-help--content">This is an admin note.</div>"><span aria-hidden="true">?</span></span>'); Loading