You are here

42 calls to WebTestBase::drupalPostAjaxForm() in Zircon Profile 8.0

AjaxFormCacheTest::testBlockForms in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
AjaxFormCacheTest::testQueryString in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms on pages with a query string.
AjaxFormPageCacheTest::testAjaxElementValidation in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Tests a form that uses an #ajax callback.
AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Create a simple form, then submit the form via AJAX to change to it.
BasicTest::testWizardForm in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests the actual wizard form.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CommandsTest::testAjaxCommands in core/modules/system/src/Tests/Ajax/CommandsTest.php
Tests the various Ajax Commands.
CommentPagerTest::testTwoPagers in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests Date List Widget functionality.
DialogTest::testDialog in core/modules/system/src/Tests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
EditorAdminTest::selectUnicornEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests and selects the unicorn editor.
EditorAdminTest::testAddEditorToExistingFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Tests adding a text editor to an existing text format.
ElementValidationTest::testAjaxElementValidation in core/modules/system/src/Tests/Ajax/ElementValidationTest.php
Tries to post an Ajax change to a form that has a validated element.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testWidgetElement in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests file widget element.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileManagedFileElementTest::testManagedFile in core/modules/file/src/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FormTest::testFieldFormJSAddMore in core/modules/field/src/Tests/FormTest.php
FormValuesTest::testSimpleAjaxFormValue in core/modules/system/src/Tests/Ajax/FormValuesTest.php
Submits forms with select and checkbox elements via Ajax.
FrameworkTest::testCurrentPathChange in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
MultiFormTest::testMultiForm in core/modules/system/src/Tests/Ajax/MultiFormTest.php
Tests that pages with the 'node_page_form' included twice work correctly.
NestedFormTest::testNestedFieldForm in core/modules/field/src/Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NumberFieldTest::testNumberFormatter in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test default formatter behavior
PreviewTest::getPreviewAJAX in core/modules/views_ui/src/Tests/PreviewTest.php
Get the preview form and force an AJAX preview update.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/src/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUI in core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
Tests formatter settings.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.