425 calls to WebDriverTestBase::drupalGet()
- ActiveLinkTest::testQueryStringQuotes in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ActiveLinkTest.php - Ensures no JS error is thrown with query strings containing special chars.
- AdminAjaxTest::testAjaxRebuild in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ AdminAjaxTest.php - Confirms that form_alter is triggered after AJAX rebuilds.
- AdminAjaxTest::testBodyScroll in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ AdminAjaxTest.php - Tests body scroll.
- AdminUiTest::testImageUploadSettingsAreValidated in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ AdminUiTest.php - Tests that image upload settings (stored out of band) are validated too.
- AdminUiTest::testMessagesDoNotAccumulate in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ AdminUiTest.php - Ensure CKEditor 5 admin UI's real-time validation errors do not accumulate.
- AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ AdminUiTest.php - Confirm settings only trigger AJAX when select value is CKEditor 5.
- AjaxBlockTest::testAddAjaxBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ AjaxBlockTest.php - Tests configuring a field block for a user field.
- AjaxCallbacksTest::testDateAjaxCallback in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxCallbacksTest.php - Tests if Ajax callback works on date element.
- AjaxCallbacksTest::testDateTimeAjaxCallback in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxCallbacksTest.php - Tests if Ajax callback works on datetime element.
- AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/
modules/ file/ tests/ src/ FunctionalJavascript/ AjaxFileManagedMultipleTest.php - Tests if managed file form element works well with multiple files upload.
- AjaxFormCacheTest::testBlockForms in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests AJAX forms in blocks.
- AjaxFormCacheTest::testFormCacheUsage in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests the usage of form cache for AJAX forms.
- AjaxFormCacheTest::testQueryString in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests AJAX forms on pages with a query string.
- AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormImageButtonTest.php - Tests image buttons can be operated with the keyboard ENTER key.
- AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormImageButtonTest.php - Tests image buttons can be operated with the keyboard SPACE key.
- AjaxFormPageCacheTest::testAjaxElementValidation in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormPageCacheTest.php - Tests that updating the text field trigger an AJAX request/response.
- AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormPageCacheTest.php - Create a simple form, then submit the form via AJAX to change to it.
- AjaxInGroupTest::testSimpleAjaxFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxInGroupTest.php - Submits forms with select and checkbox elements via Ajax.
- AjaxMaintenanceModeTest::testAjaxCallMaintenanceMode in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxMaintenanceModeTest.php - Tests maintenance message only appears once on an AJAX call.
- AjaxTest::assertInsert in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - Assert insert.
- AjaxTest::testAjaxFocus in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - Tests ajax focus handling.
- AjaxTest::testAjaxWithAdminRoute in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - AjaxTest::testDrupalSettingsCachingRegression in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - Tests that AJAX loaded libraries are not retained between requests.
- AjaxTest::testGlobalEvents in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - Tests that jQuery's global Ajax events are triggered at the correct time.
- AjaxTest::testInsertAjaxResponse in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - Tests that various AJAX responses with DOM elements are correctly inserted.
- AjaxTest::testUiAjaxException in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxTest.php - Tests that Ajax errors are visible in the UI.
- AjaxWaitTest::testUnnecessaryWait in core/
tests/ Drupal/ FunctionalJavascriptTests/ AjaxWaitTest.php - Tests that an unnecessary wait triggers an error.
- AnnounceBlockTest::testAnnounceWithoutPermission in core/
modules/ announcements_feed/ tests/ src/ FunctionalJavascript/ AnnounceBlockTest.php - Testing announce feed block visibility.
- AssetAggregationAcrossPagesTest::doRequests in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ AssetAggregationAcrossPagesTest.php - Performs a common set of requests so the above test methods stay in sync.
- AssetAggregationAcrossPagesTest::testNodeAddPagesAuthor in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ AssetAggregationAcrossPagesTest.php - Checks the node/add page asset requests as an author.
- BigPipePreviewTest::testLazyLoaderPreview in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipePreviewTest.php - Test preview functionality within placeholders.
- BigPipeRegressionTest::doInlineScriptTest in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Tests for the correct replacement of a chunk with inline javascript.
- BigPipeRegressionTest::doTestBigPipeLargeContent in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Tests BigPipe large content.
- BigPipeRegressionTest::doTestMultipleReplacements in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Test BigPipe replacement of multiple complex replacements.
- BigPipeRegressionTest::doTestPlaceholderInParagraph_2802923 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure default BigPipe placeholder HTML cannot split paragraphs.
- BigPipeRegressionTest::testMessages_2712935 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure messages set in placeholders always appear.
- BigPipeRegressionTest::testMultipleClosingBodies_2678662 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure BigPipe works despite inline JS containing the string "</body>".
- BigPipeRegressionTest::testMultipleOccurrences in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Tests that all occurrences of the same placeholder are replaced.
- BlockAddTest::testBlockAddThemeSelector in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockAddTest.php - Tests the AJAX for the theme selector.
- BlockContextualLinksTest::testBlockContextualRemoveLinks in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockContextualLinksTest.php - Test that remove/configure contextual links are present in the block.
- BlockDragTest::testDragAndDropBlocks in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockDragTest.php - Tests drag and drop blocks.
- BlockExposedFilterAJAXTest::testExposedFilteringAndReset in core/
modules/ views/ tests/ src/ FunctionalJavascript/ BlockExposedFilterAJAXTest.php - Tests if exposed filtering and reset works with a views block and ajax.
- BlockFilterTest::testBlockFilter in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ BlockFilterTest.php - Tests block filter.
- BlockFilterTest::testBlockFilter in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockFilterTest.php - Tests block filter.
- BlockFormMessagesTest::testValidationMessage in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ BlockFormMessagesTest.php - Tests that validation messages are shown on the block form.
- BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/
modules/ field/ tests/ src/ FunctionalJavascript/ Boolean/ BooleanFormatterSettingsTest.php - Tests the formatter settings page for the Boolean formatter.
- BrowserWithJavascriptTest::testAssertJsCondition in core/
tests/ Drupal/ FunctionalJavascriptTests/ BrowserWithJavascriptTest.php - BrowserWithJavascriptTest::testCreateScreenshot in core/
tests/ Drupal/ FunctionalJavascriptTests/ BrowserWithJavascriptTest.php - Tests creating screenshots.
- BrowserWithJavascriptTest::testEscapingAssertions in core/
tests/ Drupal/ FunctionalJavascriptTests/ BrowserWithJavascriptTest.php - Tests assertEscaped() and assertUnescaped().
- BrowserWithJavascriptTest::testJavascript in core/
tests/ Drupal/ FunctionalJavascriptTests/ BrowserWithJavascriptTest.php - BulkOperationsTest::testBulkOperations in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ BulkOperationsTest.php - Tests views bulk operations.
- CKEditor5AllowedTagsTest::testAllowedTags in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Test filter_html allowed tags.
- CKEditor5AllowedTagsTest::testFullHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Tests full HTML text format.
- CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Tests that when image uploads were enabled, they remain enabled.
- CKEditor5AllowedTagsTest::testSwitchToVersion5 in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Confirm that switching to CKEditor 5 from another editor updates tags.
- CKEditor5CodeSyntaxTest::testCKEditor5CodeSyntax in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5CodeSyntaxTest.php - Tests code block configured languages are respected.
- CKEditor5DialogTest::testCKEditor5FocusInTooltipsInDialog in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5DialogTest.php - Tests if CKEditor 5 tooltips can be interacted with in dialogs.
- CKEditor5FragmentLinkTest::testFragmentLink in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5FragmentLinkTest.php - Tests if the fragment link to a textarea works with CKEditor 5 enabled.
- CKEditor5HeightTest::testCKEditor5Height in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5HeightTest.php - Tests editor height respects rows config.
- CKEditor5MarkupTest::testAttributeEncoding in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that attribute values are encoded.
- CKEditor5MarkupTest::testComments in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that HTML comments are preserved in CKEditor 5.
- CKEditor5MarkupTest::testFilterHtmlAllowedGlobalAttributes in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that CKEditor 5 retains filter_html's allowed global attributes.
- CKEditor5MarkupTest::testStylesAndScripts in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that HTML scripts and styles are properly preserved in CKEditor 5.
- CKEditor5OffCanvasTest::testOffCanvasStyles in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5OffCanvasTest.php - Tests if CKEditor is properly styled inside an off-canvas dialog.
- CKEditor5ReadOnlyModeTest::testReadOnlyMode in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5ReadOnlyModeTest.php - Test that disabling a CKEditor 5 field results in an uneditable editor.
- CKEditor5Test::languageOfPartsPluginConfigureLanguageListHelper in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Helper to set language list option for CKEditor.
- CKEditor5Test::languageOfPartsPluginTestHelper in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Validate expected languages available in editor.
- CKEditor5Test::testActiveTabsMaintained in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Confirms active tab status is intact after AJAX refresh.
- CKEditor5Test::testEditorFileReferenceIntegration in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that CKEditor 5 integrates with file reference filter.
- CKEditor5Test::testEmphasis in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that CKEditor italic model is converted to em.
- CKEditor5Test::testExistingContent in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Tests configuring CKEditor 5 for existing content.
- CKEditor5Test::testHeadingsPlugin in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Test headings configuration.
- CKEditor5Test::testListPlugin in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Tests list plugin.
- CKEditor5Test::testSave in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that changes are saved in CKEditor 5.
- CKEditor5TestBase::createNewTextFormat in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5TestBase.php - Create a new text format using CKEditor 5.
- CKEditor5ToolbarTest::test in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5ToolbarTest.php - Ensures that CKEditor 5 toolbar renders below Drupal Toolbar.
- ClaroEntityDisplayTest::testEntityForm in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroEntityDisplayTest.php - Copied from parent.
- ClaroEntityDisplayTest::testEntityView in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroEntityDisplayTest.php - Copied from parent.
- ClaroEntityDisplayTest::testExtraFields in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroEntityDisplayTest.php - Copied from parent.
- ClaroModalDisplayTest::testModalAddAnother in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroModalDisplayTest.php - Tests the position f "add another" button in dialogs.
- ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroPasswordConfirmWidgetTest.php - Tests that password match message is invisible when widget is initialized.
- ClaroTableDragTest::testNoDuplicates in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroTableDragTest.php - Ensures that there are no duplicate tabledrag handles.
- ClaroViewsBulkOperationsTest::testBulkOperationsUi in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroViewsBulkOperationsTest.php - Tests the dynamic Bulk Operations form.
- ClaroViewsUiTest::testViewsUiDropButtonCssClasses in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroViewsUiTest.php - Tests Views UI dropbutton CSS classes.
- ClaroViewsUiTest::testViewsUiTabsCssClasses in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroViewsUiTest.php - Tests Views UI display menu tabs CSS classes.
- ClickSortingAJAXTest::testClickSorting in core/
modules/ views/ tests/ src/ FunctionalJavascript/ ClickSortingAJAXTest.php - Tests if sorting via AJAX works for the "Content" View.
- CollapsedSummariesTest::testSummaries in core/
modules/ node/ tests/ src/ FunctionalJavascript/ CollapsedSummariesTest.php - Confirm that summaries are provided for node meta at all widths.
- CommandsTest::testAjaxCommands in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ CommandsTest.php - Tests the various Ajax Commands.
- ComponentRenderTest::testCssLibraryAttachesCorrectly in core/
tests/ Drupal/ FunctionalJavascriptTests/ Components/ ComponentRenderTest.php - Tests that the correct libraries are put on the page using CSS.
- ComponentRenderTest::testJsLibraryAttachesCorrectly in core/
tests/ Drupal/ FunctionalJavascriptTests/ Components/ ComponentRenderTest.php - Tests that the correct libraries are put on the page using JS.
- ConfigEntityTest::testAjaxOnAddPage in core/
modules/ config/ tests/ src/ FunctionalJavascript/ ConfigEntityTest.php - Tests ajax operations through the UI on 'Add' page.
- ConfigExportTest::testAjaxOnExportPage in core/
modules/ config/ tests/ src/ FunctionalJavascript/ ConfigExportTest.php - Tests Ajax form functionality on the config export page.
- ConfigHandlerExtraFormTest::testExtraOptionsModalValidation in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ ConfigHandlerExtraFormTest.php - Tests validation error messages are displayed.
- ConfigImportUIAjaxTest::testImport in core/
modules/ config/ tests/ src/ FunctionalJavascript/ ConfigImportUIAjaxTest.php - Tests an updated configuration object can be viewed more than once.
- ConfigTargetTest::testNested in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ ConfigTargetTest.php - Tests #config_target with callbacks.
- ConfigTargetTest::testTree in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ ConfigTargetTest.php - Tests #config_target with no callbacks.
- ConfigTranslationUiTest::testConfigTranslationDialog in core/
modules/ config_translation/ tests/ src/ FunctionalJavascript/ ConfigTranslationUiTest.php - Tests that the add, edit and delete operations open in a modal.
- ConfigTranslationUiTest::testViewContextualLink in core/
modules/ config_translation/ tests/ src/ FunctionalJavascript/ ConfigTranslationUiTest.php - Tests that contextual link related to views.
- ContentModerationTest::testAdministrationPage in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ ContentModerationTest.php - Tests the media library widget only shows published media.
- ContentModerationTest::testWidget in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ ContentModerationTest.php - Tests the media library widget only shows published media.
- ContentPreviewToggleTest::testContentPreviewToggle in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ ContentPreviewToggleTest.php - Tests the content preview toggle.
- ContentTranslationConfigUITest::testContentTranslationConfigUI in core/
modules/ content_translation/ tests/ src/ FunctionalJavascript/ ContentTranslationConfigUITest.php - Tests that the content translation configuration javascript does't fail.
- ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/
modules/ content_translation/ tests/ src/ FunctionalJavascript/ ContentTranslationContextualLinksTest.php - Tests that a contextual link is available for translating a node.
- ContextualFilterTest::testAddContextualFilterUI in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ ContextualFilterTest.php - Tests adding a contextual filter handler through the UI.
- ContextualLinksTest::testContextualLinks in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests that the contextual links inside Layout Builder are removed.
- ContextualLinksTest::testContextualLinksClick in core/
modules/ contextual/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests clicking contextual links.
- ContextualLinksTest::testContextualLinksDestination in core/
modules/ contextual/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests the contextual links destination.
- ContextualLinksTest::testContextualLinksDestinationWithQuery in core/
modules/ contextual/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests the contextual links destination with query.
- ContextualLinksTest::testContextualLinksOutsideLayout in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests that contextual links outside the layout are removed.
- ContextualLinksTest::testContextualLinksVisibility in core/
modules/ contextual/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests the visibility of contextual links.
- ContextualLinksTest::testRevisionContextualLinks in core/
modules/ node/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php - Tests the contextual links on revisions.
- CopyFieldValueTest::testCopyFieldValue in core/
modules/ system/ tests/ src/ FunctionalJavascript/ CopyFieldValueTest.php - Tests copy field value JavaScript functionality.
- CsrfTokenRaceTest::testCsrfRace in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ CsrfTokenRaceTest.php - Tests race condition for CSRF tokens for simultaneous requests.
- DateFormatTest::testDateFormatXss in core/
modules/ system/ tests/ src/ FunctionalJavascript/ System/ DateFormatTest.php - Tests XSS via date format configuration.
- DateRangeFieldTest::testFromToSeparatorState in core/
modules/ datetime_range/ tests/ src/ FunctionalJavascript/ DateRangeFieldTest.php - Tests the conditional visibility of the 'Date separator' field.
- DevelopmentSettingsFormTest::testDisabledRenderedOutputCacheBins in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ DevelopmentSettingsFormTest.php - Tests disabling cache bins which cache markup.
- DevelopmentSettingsFormTest::testTwigDevelopmentMode in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ DevelopmentSettingsFormTest.php - Tests turning on Twig development mode.
- DialogDeprecationsTest::testDialogDeprecations in core/
tests/ Drupal/ FunctionalJavascriptTests/ Dialog/ DialogDeprecationsTest.php - Tests that the deprecation events are triggered.
- DialogPositionTest::testDialogOpenAndClose in core/
tests/ Drupal/ FunctionalJavascriptTests/ Dialog/ DialogPositionTest.php - Tests if the dialog UI works properly with block layout page.
- DialogTest::testDialog in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ DialogTest.php - Tests sending non-JS and AJAX requests to open and manipulate modals.
- DialogTest::testHttpMethod in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ DialogTest.php - Tests dialog link opener with different HTTP methods.
- DisplayModeBundleSelectionTest::testBundleSelection in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ DisplayModeBundleSelectionTest.php - Tests the bundle selection.
- DisplayTest::testAddDisplay in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests adding a display.
- DisplayTest::testAddDisplayBlockTranslation in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Test if 'add' translations are filtered from multilingual display options.
- DisplayTest::testPageContextualLinks in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests contextual links on Views page displays.
- DisplayTest::testRenameDisplayAdminName in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests setting the administrative title.
- DrupalSelenium2DriverTest::testGetRemoteFilePath in core/
tests/ Drupal/ FunctionalJavascriptTests/ Tests/ DrupalSelenium2DriverTest.php - Tests uploading remote files.
- DuplicateContextualLinksTest::testSameContextualLinks in core/
modules/ contextual/ tests/ src/ FunctionalJavascript/ DuplicateContextualLinksTest.php - Tests the contextual links with same id.
- EditModeTest::testEditModeEnableDisable in core/
modules/ contextual/ tests/ src/ FunctionalJavascript/ EditModeTest.php - Tests enabling and disabling edit mode.
- EditorAdminTest::testEditorCreation in core/
modules/ editor/ tests/ src/ FunctionalJavascript/ EditorAdminTest.php - Tests that editor creation works fine while switching text editor field.
- EditorAdminTest::testEditorSelection in core/
modules/ editor/ tests/ src/ FunctionalJavascript/ EditorAdminTest.php - Tests that editor selection can be toggled without breaking ajax.
- ElementsTableSelectTest::testAjax in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ ElementsTableSelectTest.php - Tests the presence of ajax functionality for all options.
- ElementsTableSelectTest::testDisabledRows in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ ElementsTableSelectTest.php - Tests table select with disabled rows.
- ElementsVerticalTabsWithSummaryTest::testDynamicSummary in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ ElementsVerticalTabsWithSummaryTest.php - Check that vertical tabs title and summaries are set correctly.
- ElementValidationTest::testAjaxElementValidation in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ ElementValidationTest.php - Tries to post an Ajax change to a form that has a validated element.
- EmbeddedFormWidgetTest::testInsertionAndReselection in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EmbeddedFormWidgetTest.php - Tests media inside another widget that validates too enthusiastically.
- EmphasisTest::testEmphasis in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ EmphasisTest.php - Ensures that CKEditor italic model is converted to em.
- EmphasisTest::testEmphasisArbitraryHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ EmphasisTest.php - Tests that arbitrary attributes are allowed via GHS.
- EntityDisplayTest::testEntityForm in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ EntityDisplayTest.php - Tests the use of regions for entity form displays.
- EntityDisplayTest::testEntityView in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ EntityDisplayTest.php - Tests the use of regions for entity view displays.
- EntityDisplayTest::testExtraFields in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ EntityDisplayTest.php - Tests extra fields.
- EntityLinkSuggestionsTest::testStandardLink in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ EntityLinkSuggestionsTest.php - Test the entity link suggestions.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/
tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/ EntityReferenceAutocompleteWidgetTest.php - Tests that the default autocomplete widget return the correct results.
- EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidgetAttachedEntity in core/
tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/ EntityReferenceAutocompleteWidgetTest.php - Tests that the autocomplete widget knows about the entity its attached to.
- EntityReferenceWidgetTest::testAddAfterReordering in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests that order is correct after re-order and adding another item.
- EntityReferenceWidgetTest::testFocusNotAppliedWithoutSelectionChange in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests that disabled media items don't capture focus on page load.
- EntityReferenceWidgetTest::testRemoveAfterReordering in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests that changed order is maintained after removing a selection.
- EntityReferenceWidgetTest::testRequiredMediaField in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests saving a required media library field.
- EntityReferenceWidgetTest::testWidget in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests that the Media library's widget works as expected.
- EntityReferenceWidgetTest::testWidgetPreview in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ EntityReferenceWidgetTest.php - Tests the preview displayed by the field widget.
- ExposedFilterAJAXTest::testExposedFilterErrorMessages in core/
modules/ views/ tests/ src/ FunctionalJavascript/ ExposedFilterAJAXTest.php - Tests that errors messages are displayed for exposed filters via ajax.
- ExposedFilterAJAXTest::testExposedFiltering in core/
modules/ views/ tests/ src/ FunctionalJavascript/ ExposedFilterAJAXTest.php - Tests if exposed filtering via AJAX works for the "Content" View.
- ExposedFilterAJAXTest::testExposedFilteringThemeNegotiation in core/
modules/ views/ tests/ src/ FunctionalJavascript/ ExposedFilterAJAXTest.php - Tests if exposed filtering via AJAX theme negotiation works.
- ExposedFilterAJAXTest::testExposedFilteringWithButtonElement in core/
modules/ views/ tests/ src/ FunctionalJavascript/ ExposedFilterAJAXTest.php - Tests exposed filtering via AJAX with a button element.
- ExposedFilterAJAXTest::testExposedFiltersInModal in core/
modules/ views/ tests/ src/ FunctionalJavascript/ ExposedFilterAJAXTest.php - Tests if exposed filtering via AJAX works in a modal.
- FieldBlockTest::testStatesFieldBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ FieldBlockTest.php - Tests configuring a field block that uses #states.
- FieldBlockTest::testUserFieldBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ FieldBlockTest.php - Tests configuring a field block for a user field.
- FieldDialogsTest::testRemoveFieldHandler in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ FieldDialogsTest.php - Tests removing a field through the rearrange dialog.
- FieldLayoutTest::testChangingFormatterAndRegion in core/
modules/ field_layout/ tests/ src/ FunctionalJavascript/ FieldLayoutTest.php - Tests changing the formatter and region at the same time.
- FieldLayoutTest::testEntityForm in core/
modules/ field_layout/ tests/ src/ FunctionalJavascript/ FieldLayoutTest.php - Tests the use of field layout for entity form displays.
- FieldLayoutTest::testEntityView in core/
modules/ field_layout/ tests/ src/ FunctionalJavascript/ FieldLayoutTest.php - Tests the use of field layout for entity view displays.
- FieldLayoutTest::testEntityViewModes in core/
modules/ field_layout/ tests/ src/ FunctionalJavascript/ FieldLayoutTest.php - Tests that layouts are unique per view mode.
- FieldLayoutTest::testLayoutForms in core/
modules/ field_layout/ tests/ src/ FunctionalJavascript/ FieldLayoutTest.php - Tests layout plugins with forms.
- FieldTest::testFormatterChanging in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ FieldTest.php - Tests changing the formatter.
- FieldTest::testModalDialogTitle in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ FieldTest.php - Tests custom text field modal title.
- FieldUiIntegrationTest::testFieldUiIntegration in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ FieldUiIntegrationTest.php - Tests field UI integration for media library widget.
- FileFieldValidateTest::testAjaxValidationMessage in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldValidateTest.php - Tests the validation message is displayed only once for ajax uploads.
- FileFieldWidgetClaroThemeTest::testWidgetDefaultVisibilitySettings in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetClaroThemeTest.php - Tests that the field widget visibility settings are respected on the form.
- FileFieldWidgetTest::testMultiValuedWidget in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetTest.php - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTest::testSingleValuedWidget in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetTest.php - Tests uploading and remove buttons for a single-valued File field.
- FileFieldWidgetTest::testUploadingMoreFilesThanAllowed in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetTest.php - Tests uploading more files than allowed at once.
- FileManagedFileElementTest::testManagedFile in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileManagedFileElementTest.php - Tests the managed_file element type.
- FilterCriteriaTest::testFilterCriteriaDialog in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ FilterCriteriaTest.php - Tests dialog for filter criteria.
- FilterCriteriaTest::testOperatorLabels in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ FilterCriteriaTest.php - Tests operator labels.
- FilterEntityReferenceTest::testAddConfigEntityReferenceFieldWithDefaultSelectionHandler in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ FilterEntityReferenceTest.php - Tests end to end creation of a Config Entity Reference filter.
- FilterEntityReferenceTest::testAddEntityReferenceFieldWithDefaultSelectionHandler in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ FilterEntityReferenceTest.php - Tests end to end creation of a Content Entity Reference filter.
- FilterOptionsTest::testFilterOptionsAddFields in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ FilterOptionsTest.php - Tests filtering options in the 'Add fields' dialog.
- FilterTest::testAddingFilter in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ FilterTest.php - Tests adding a filter handler.
- FocusFirstCommandTest::testFocusFirst in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ FocusFirstCommandTest.php - Tests AjaxFocusFirstCommand on a page.
- FormErrorHandlerCKEditor5Test::testFragmentLink in core/
modules/ inline_form_errors/ tests/ src/ FunctionalJavascript/ FormErrorHandlerCKEditor5Test.php - Tests if the fragment link to a textarea works with CKEditor 5 enabled.
- FormGroupingElementsTest::testDetailsChildVisibility in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ FormGroupingElementsTest.php - Tests that details element children become visible.
- FormGroupingElementsTest::testDetailsContainsRequiredTextfield in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ FormGroupingElementsTest.php - Tests form submit with a required field in closed details element.
- FormGroupingElementsTest::testDetailsContainsRequiredTextfieldAjaxForm in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ FormGroupingElementsTest.php - Tests required field in closed details element with ajax form.
- FormGroupingElementsTest::testVerticalTabChildVisibility in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ FormGroupingElementsTest.php - Tests that vertical tab children become visible.
- FormGroupingElementsTest::testVerticalTabValidationVisibility in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ FormGroupingElementsTest.php - Confirms tabs containing a field with a validation error are open.
- FormValuesTest::testSimpleAjaxFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ FormValuesTest.php - Submits forms with select and checkbox elements via Ajax.
- FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ FormValuesTest.php - Tests that AJAX elements with invalid callbacks return error code 500.
- FrameworkTest::testCurrentPathChange in core/
modules/ system/ tests/ src/ FunctionalJavascript/ FrameworkTest.php - Tests that drupalSettings.currentPath is not updated on AJAX requests.
- FrameworkTest::testLazyLoad in core/
modules/ system/ tests/ src/ FunctionalJavascript/ FrameworkTest.php - Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
- FrameworkTest::testLazyLoadOverriddenCSS in core/
modules/ system/ tests/ src/ FunctionalJavascript/ FrameworkTest.php - Tests that overridden CSS files are not added during lazy load.
- GlossaryViewTest::testGlossaryDefault in core/
modules/ views/ tests/ src/ FunctionalJavascript/ GlossaryViewTest.php - Tests the AJAX callbacks for the glossary view.
- GlossaryViewTest::testGlossaryLanguagePrefix in core/
modules/ views/ tests/ src/ FunctionalJavascript/ GlossaryViewTest.php - Tests that the glossary also works on a language prefixed URL.
- GroupedExposedFilterTest::testGroupedFilterValuesUI in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ GroupedExposedFilterTest.php - Tests if the right fields are shown and the right values set.
- HtmxDynamicFormTest::testHtmxForm in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Htmx/ HtmxDynamicFormTest.php - Tests HTMX form functionality.
- ImageAdminStylesTest::testAjaxEnabledEffectForm in core/
modules/ image/ tests/ src/ FunctionalJavascript/ ImageAdminStylesTest.php - Tests editing Ajax-enabled image effect forms.
- ImageFieldValidateTest::testAJAXValidationMessage in core/
modules/ image/ tests/ src/ FunctionalJavascript/ ImageFieldValidateTest.php - Tests the validation message is displayed only once for ajax uploads.
- ImageFieldValidateTest::testFriendlyAjaxValidation in core/
modules/ image/ tests/ src/ FunctionalJavascript/ ImageFieldValidateTest.php - Tests that image field validation works with other form submit handlers.
- ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/
modules/ image/ tests/ src/ FunctionalJavascript/ ImageFieldWidgetMultipleTest.php - Tests image widget element support multiple upload correctly.
- ImageTest::testCanUploadSvg in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageTest.php - Tests that it's possible to upload SVG image, with the test module enabled.
- ImageTest::testImageSettingsForm in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageTest.php - Tests the ckeditor5_imageResize and ckeditor5_imageUpload settings forms.
- ImageUrlTest::testImageUrlWidget in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageUrlTest.php - Tests the Drupal image URL widget.
- InlineBlockPrivateFilesTest::getFileHrefAccessibleOnNode in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockPrivateFilesTest.php - Returns the href of a file, asserting it is accessible on the page.
- InlineBlockPrivateFilesTest::testPrivateFiles in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockPrivateFilesTest.php - Tests access to private files added to inline blocks in the layout builder.
- InlineBlockTest::assertNodeRevisionContent in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Assert the contents of a node revision.
- InlineBlockTest::testAccess in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests access to the block edit form of inline blocks.
- InlineBlockTest::testAddInlineBlocksPermission in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests the 'create and edit content blocks' permission to add a new block.
- InlineBlockTest::testAddWorkFlow in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests the workflow for adding an inline block depending on number of types.
- InlineBlockTest::testDeletion in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests that entity blocks deleted correctly.
- InlineBlockTest::testEditInlineBlocksPermission in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests 'create and edit custom blocks' permission to edit an existing block.
- InlineBlockTest::testInlineBlockParentRevert in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Test editing inline blocks when the parent has been reverted.
- InlineBlockTest::testInlineBlocks in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests adding and editing of inline blocks.
- InlineBlockTest::testInlineBlocksRevisioningIntegrity in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests entity blocks revisioning.
- InlineBlockTest::testNoLayoutSave in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests adding a new entity block and then not saving the layout.
- InlineBlockTestBase::assertSaveLayout in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTestBase.php - Saves a layout and asserts the message is correct.
- ItemLayoutFieldBlockTest::testAddAjaxBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ ItemLayoutFieldBlockTest.php - Tests configuring a field block for a user field.
- JavascriptDeprecationTest::testJavascriptDeprecation in core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptDeprecationTest.php - Tests Javascript deprecation notices.
- JavascriptErrorsSuppressionTest::testJavascriptErrors in core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptErrorsSuppressionTest.php - Tests that JavaScript console errors can be suppressed.
- JavascriptErrorsTest::testJavascriptErrors in core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptErrorsTest.php - Tests that JavaScript console errors will result in a test failure.
- JavascriptErrorsTest::testJavascriptErrorsAsync in core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptErrorsTest.php - Tests JavaScript console errors during asynchronous calls.
- JavascriptGetDrupalSettingsTest::testGetDrupalSettings in core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptGetDrupalSettingsTest.php - Tests retrieval of Drupal settings.
- JavascriptStatesTest::doCheckboxesTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by a checkboxes element.
- JavascriptStatesTest::doCheckboxTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by a checkbox element.
- JavascriptStatesTest::doElementsDisabledStateTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests the submit button, select and textarea disabled states.
- JavascriptStatesTest::doMultipleSelectTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by a multiple select element.
- JavascriptStatesTest::doMultipleTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by multiple elements.
- JavascriptStatesTest::doNestedTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of radios element triggered by other radios element.
- JavascriptStatesTest::doRadiosTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by a radios element.
- JavascriptStatesTest::doSelectTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by a select element.
- JavascriptStatesTest::doTextfieldTriggerTests in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/ JavascriptStatesTest.php - Tests states of elements triggered by a textfield element.
- JSInteractionTest::testElementsInteraction in core/
tests/ Drupal/ FunctionalJavascriptTests/ Tests/ JSInteractionTest.php - Assert no exception is thrown when elements become interactive.
- JSInteractionTest::testFieldValueNotSettable in core/
tests/ Drupal/ FunctionalJavascriptTests/ Tests/ JSInteractionTest.php - Assert an exception is thrown when the field is never enabled.
- JSInteractionTest::testNotClickable in core/
tests/ Drupal/ FunctionalJavascriptTests/ Tests/ JSInteractionTest.php - Assert an exception is thrown when the blocker element is never removed.
- JsMessageTest::testAddRemoveMessages in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ JsMessageTest.php - Tests click on links to show messages and remove messages.
- JsonApiPerformanceTest::testGetIndividual in core/
modules/ jsonapi/ tests/ src/ FunctionalJavascript/ JsonApiPerformanceTest.php - Tests performance of the navigation toolbar.
- JSTranslationTest::test in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ JSTranslationTest.php - Integration test to ensure that CKEditor 5 Plugins translations are loaded.
- JSWebAssertTest::testJsWebAssert in core/
tests/ Drupal/ FunctionalJavascriptTests/ Tests/ JSWebAssertTest.php - Tests that JSWebAssert assertions work correctly.
- LanguageTest::test in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ LanguageTest.php - Integration test to ensure that CKEditor 5 UI translations are loaded.
- LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderDisableInteractionsTest.php - Confirms that Layout Builder contextual links remain active.
- LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderDisableInteractionsTest.php - Tests that forms and links are disabled in the Layout Builder preview.
- LayoutBuilderNestedFormUiTest::addFormBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderNestedFormUiTest.php - Adds a form block specified by label layout and checks it can be saved.
- LayoutBuilderNestedFormUiTest::testAddingFormBlocksToDefaults in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderNestedFormUiTest.php - Tests blocks containing forms can be successfully saved editing defaults.
- LayoutBuilderNestedFormUiTest::testAddingFormBlocksToOverrides in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderNestedFormUiTest.php - Tests blocks containing forms can be successfully saved editing overrides.
- LayoutBuilderOptInTest::testCheckboxLogic in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderOptInTest.php - Tests the interaction between the two layout checkboxes.
- LayoutBuilderOptInTest::testDefaultValues in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderOptInTest.php - Tests the expected default values for enabling Layout Builder.
- LayoutBuilderTest::enableLayoutsForBundle in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Enable layouts.
- LayoutBuilderTest::testConfigurableLayoutSections in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Tests configurable layouts.
- LayoutBuilderTest::testLayoutBuilderUi in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Tests the Layout Builder UI.
- LayoutBuilderTest::testLayoutNoDialog in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderTest.php - Tests bypassing the off-canvas dialog.
- LayoutBuilderToolbarTest::testBackToSiteLink in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderToolbarTest.php - Tests the 'Back to site' link behaves with manage layout as admin page.
- LayoutBuilderUiTest::assertModifiedLayout in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderUiTest.php - Asserts that modifying a layout works as expected.
- LayoutBuilderUiTest::setUp in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderUiTest.php - LayoutBuilderUiTest::testAddHighlights in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderUiTest.php - Tests that elements that open the dialog are properly highlighted.
- LayoutBuilderUiTest::testNewExtraField in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderUiTest.php - Tests removing newly added extra field.
- LayoutBuilderUiTest::testReloadWithNoSections in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderUiTest.php - Tests that after removing sections reloading the page does not re-add them.
- LinkFieldFormStatesTest::testLinkFieldFormStates in core/
modules/ link/ tests/ src/ FunctionalJavascript/ LinkFieldFormStatesTest.php - Tests link field form states.
- MachineNameTest::testMachineName in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ MachineNameTest.php - Tests that machine name field functions.
- MachineNameTransliterationTest::testMachineNameTransliterations in core/
tests/ Drupal/ FunctionalJavascriptTests/ MachineName/ MachineNameTransliterationTest.php - Test for machine name transliteration functionality.
- ManageDisplayTest::testFormatterUI in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageDisplayTest.php - Tests formatter settings.
- ManageDisplayTest::testNotAppliedUntilSavedWarning in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageDisplayTest.php - Confirms that notifications to save appear when necessary.
- ManageDisplayTest::testWidgetUI in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageDisplayTest.php - Tests widget settings.
- ManageFieldsTest::testAddField in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests field add.
- ManageFieldsTest::testAllowedValuesFormValidation in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests the form validation for allowed values field.
- ManageFieldsTest::testFieldDelete in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests that field delete operation opens in modal.
- ManageFieldsTest::testFieldTypeOrder in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests the order in which the field types appear in the form.
- ManageFieldsTest::testFilterInReuseForm in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests filter results in the re-use form.
- ManageFieldsTest::testLabelFieldFormValidation in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests the form validation for label field.
- ManageFieldsTest::testReuseExistingField in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php - Tests re-using an existing field and the visibility of the re-use button.
- MaximumFileSizeExceededUploadTest::testUploadFileExceedingMaximumFileSize in core/
modules/ file/ tests/ src/ FunctionalJavascript/ MaximumFileSizeExceededUploadTest.php - Tests that uploading files exceeding maximum size are handled correctly.
- MediaDisplayTest::testMediaDisplay in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaDisplayTest.php - Tests basic media display.
- MediaEmbedFilterConfigurationUiAddTest::testValidationWhenAdding in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaEmbedFilterConfigurationUiAddTest.php - Tests validation when adding.
- MediaEmbedFilterConfigurationUiEditTest::testValidationWhenEditing in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaEmbedFilterConfigurationUiEditTest.php - Tests validation when editing.
- MediaLibraryContextualFilterTest::testMediaLibraryContextualFilter in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ MediaLibraryContextualFilterTest.php - Test contextual filters in the media library.
- MediaLibraryTest::testAllowedMediaTypes in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLibraryTest.php - Tests the allowed media types setting on the MediaEmbed filter.
- MediaLibraryTest::testAlt in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLibraryTest.php - Ensures that alt text can be changed on Media Library inserted Media.
- MediaLibraryTest::testButton in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLibraryTest.php - Tests using drupalMedia button to embed media into CKEditor 5.
- MediaLinkabilityTest::testLinkability in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLinkabilityTest.php - Tests linkability of the media CKEditor widget.
- MediaLinkabilityTest::testLinkedMediaArbitraryHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLinkabilityTest.php - Ensures arbitrary attributes can be added on links wrapping media via GHS.
- MediaLinkabilityTest::testLinkManualDecorator in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLinkabilityTest.php - Ensure that manual link decorators work with linkable media.
- MediaLinkabilityTest::testWithEntityLinkSuggestions in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLinkabilityTest.php - Tests that entity link suggestions work correctly for media links in CKEditor 5.
- MediaOverviewTest::testAdministrationPage in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ MediaOverviewTest.php - Tests that the Media Library's administration page works as expected.
- MediaPreviewTest::testEmbedPreviewAccess in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaPreviewTest.php - Tests preview route access.
- MediaPreviewTest::testErrorMessages in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaPreviewTest.php - Tests that failed media embed preview requests inform the end user.
- MediaPreviewTest::testMediaPointerEvent in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaPreviewTest.php - Ensure media preview isn't clickable.
- MediaPreviewTest::testPreviewUsesDefaultThemeAndIsClientCacheable in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaPreviewTest.php - The CKEditor Widget must load a preview generated using the default theme.
- MediaReferenceFieldHelpTest::testFieldCreationHelpText in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaReferenceFieldHelpTest.php - Tests our custom help texts when creating a field.
- MediaSourceAudioVideoTest::testAudioTypeCreation in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceAudioVideoTest.php - Check the Audio source functionality.
- MediaSourceAudioVideoTest::testVideoTypeCreation in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceAudioVideoTest.php - Check the Video source functionality.
- MediaSourceFileTest::testMediaFileSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceFileTest.php - Tests the file media source.
- MediaSourceImageTest::assertViewDisplayConfigured in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceImageTest.php - Asserts the proper entity view display components for a media type.
- MediaSourceImageTest::testMediaImageSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceImageTest.php - Tests the image media source.
- MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceOEmbedVideoTest.php - Tests the oembed media source.
- MediaSourceOEmbedVideoTest::testOEmbedSecurityWarning in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceOEmbedVideoTest.php - Tests that a security warning appears if iFrame domain is not set.
- MediaSourceTestBase::doTestCreateMediaType in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceTestBase.php - Tests generic media type creation.
- MediaStandardProfileTest::audioTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'audio'.
- MediaStandardProfileTest::documentTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'document'.
- MediaStandardProfileTest::imageTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'image'.
- MediaStandardProfileTest::remoteVideoTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'remote_video'.
- MediaStandardProfileTest::videoTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'video'.
- MediaTest::testAlignment in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests alignment integration.
- MediaTest::testAlt in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests the CKEditor 5 media plugin can override image media's alt attribute.
- MediaTest::testAltDisabled in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that the image media source's alt_field being disabled is respected.
- MediaTest::testConversion in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that `<drupal-media>` is converted into a block element.
- MediaTest::testDrupalMediaStyleInDropdown in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Ensures that Drupal Media Styles can be displayed in a dropdown.
- MediaTest::testDrupalMediaStyleWithClass in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests Drupal Media Style with a CSS class.
- MediaTest::testEditableCaption in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests caption editing in the CKEditor widget.
- MediaTest::testMediaArbitraryHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that arbitrary attributes are allowed via GHS.
- MediaTest::testMediaSplitList in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests adding media to a list does not split the list.
- MediaTest::testOnlyDrupalMediaTagProcessed in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that only <drupal-media> tags are processed.
- MediaTest::testTranslationAlt in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests the CKEditor 5 media plugin loads the translated alt attribute.
- MediaTest::testViewMode in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests view mode integration.
- MediaTypeCreationTest::testMediaTypeCreationFormWithDefaultField in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaTypeCreationTest.php - Tests the media type creation form.
- MediaTypeCreationTest::testMediaTypeCreationReuseSourceField in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaTypeCreationTest.php - Tests creation of media type, reusing an existing source field.
- MediaTypeCreationTest::testSourceChangeOnMediaTypeCreationForm in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaTypeCreationTest.php - Tests the source field behavior on the add media type form.
- MediaUiJavascriptTest::testMediaTypes in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaUiJavascriptTest.php - Tests a media type administration.
- MediaViewsWizardTest::testMediaRevisionWizard in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaViewsWizardTest.php - Tests adding a view of media revisions.
- MediaViewsWizardTest::testMediaWizard in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaViewsWizardTest.php - Tests adding a view of media.
- MenuUiJavascriptTest::addCustomMenu in core/
modules/ menu_ui/ tests/ src/ FunctionalJavascript/ MenuUiJavascriptTest.php - Creates a custom menu.
- MenuUiJavascriptTest::addMenuLink in core/
modules/ menu_ui/ tests/ src/ FunctionalJavascript/ MenuUiJavascriptTest.php - Adds a menu link using the UI.
- MenuUiJavascriptTest::testBlockContextualLinks in core/
modules/ menu_ui/ tests/ src/ FunctionalJavascript/ MenuUiJavascriptTest.php - Tests the contextual links on a menu block.
- MessageCommandTest::testJsStatusMessageAssertions in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ MessageCommandTest.php - Tests methods in JsWebAssert related to status messages.
- MessageCommandTest::testMessageCommand in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ MessageCommandTest.php - Tests AJAX MessageCommand use in a form.
- ModalRendererTest::testModalRenderer in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ModalRendererTest.php - Tests that links respect 'data-dialog-renderer' attribute.
- ModalRendererTest::testOpenerInDropbutton in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ModalRendererTest.php - Confirm focus management of a dialog openers in a dropbutton.
- ModuleFilterTest::testModuleFilter in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ModuleFilterTest.php - Tests that filter results announcement has correct pluralization.
- ModuleUninstallFilterTest::testModuleUninstallFilter in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ModuleUninstallFilterTest.php - Tests that correct module count is returned when list filtered.
- MoveBlockFormTest::setUp in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ MoveBlockFormTest.php - MultiFormTest::testMultiForm in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ MultiFormTest.php - Tests that pages with the 'node_page_form' included twice work correctly.
- MultipleValueWidgetTest::testFieldMultipleValueWidget in core/
modules/ field/ tests/ src/ FunctionalJavascript/ MultipleValueWidgetTest.php - Tests the 'Add more' functionality.
- MultipleValueWidgetTest::testFieldMultipleValueWidgetAddMoreNoValidation in core/
modules/ field/ tests/ src/ FunctionalJavascript/ MultipleValueWidgetTest.php - Tests that no validation occurs on field on "Add more" click.
- NavigationBlockUiTest::testNavigationBlockAdminUiPage in core/
modules/ navigation/ tests/ src/ FunctionalJavascript/ NavigationBlockUiTest.php - Tests navigation block admin page exists and functions correctly.
- NavigationBlockUiTest::testNavigationBlockAdminUiPageNestedForm in core/
modules/ navigation/ tests/ src/ FunctionalJavascript/ NavigationBlockUiTest.php - Tests navigation block admin page exists and functions correctly.
- NavigationUserBlockTest::testNavigationUserBlock in core/
modules/ navigation/ tests/ src/ FunctionalJavascript/ NavigationUserBlockTest.php - Test output of user navigation block with regards to contents.
- NodeDeleteConfirmTest::testNodeDelete in core/
modules/ node/ tests/ src/ FunctionalJavascript/ NodeDeleteConfirmTest.php - Tests that the node delete operation opens in a modal.
- NodeDeleteConfirmTest::testNodeTypeDelete in core/
modules/ node/ tests/ src/ FunctionalJavascript/ NodeDeleteConfirmTest.php - Tests that the node type delete operation opens in a modal.
- NodePreviewLinkTest::testPreviewLinks in core/
modules/ node/ tests/ src/ FunctionalJavascript/ NodePreviewLinkTest.php - Tests the behavior of clicking preview links.
- NumberFieldTest::testNumberFormatter in core/
modules/ field/ tests/ src/ FunctionalJavascript/ Number/ NumberFieldTest.php - Tests default formatter behavior.
- OffCanvasTestBase::drupalGet in core/
modules/ system/ tests/ src/ FunctionalJavascript/ OffCanvasTestBase.php - Retrieves a Drupal path or an absolute path.
- OliveroAvoidStorageUsingTest::testStorageUsing in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ OliveroAvoidStorageUsingTest.php - Tests use of localStorage.
- OliveroMessagesTest::testDataDrupalSelectors in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ OliveroMessagesTest.php - Tests data-drupal-selector="messages" exists.
- OpenTelemetryAuthenticatedPerformanceTest::doTestFrontPageAuthenticatedWarmCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryAuthenticatedPerformanceTest.php - Logs front page tracing data with an authenticated user and warm cache.
- OpenTelemetryAuthenticatedPerformanceTest::doTestNodePageAdministrator in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryAuthenticatedPerformanceTest.php - Logs node page performance with an administrator.
- OpenTelemetryFrontPagePerformanceTest::testFrontPageColdCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryFrontPagePerformanceTest.php - Logs front page tracing data with a cold cache.
- OpenTelemetryFrontPagePerformanceTest::testFrontPageCoolCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryFrontPagePerformanceTest.php - Logs front page tracing data with a lukewarm cache.
- OpenTelemetryFrontPagePerformanceTest::testFrontPageHotCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryFrontPagePerformanceTest.php - Logs front page tracing data with a hot cache.
- OpenTelemetryNodePagePerformanceTest::testNodePageColdCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryNodePagePerformanceTest.php - Logs node page tracing data with a cold cache.
- OpenTelemetryNodePagePerformanceTest::testNodePageCoolCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryNodePagePerformanceTest.php - Logs node/1 tracing data with a cool cache.
- OpenTelemetryNodePagePerformanceTest::testNodePageHotCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryNodePagePerformanceTest.php - Logs node page tracing data with a hot cache.
- OpenTelemetryNodePagePerformanceTest::testNodePageWarmCache in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryNodePagePerformanceTest.php - Log node/1 tracing data with a warm cache.
- OptionsFieldUIAllowedValuesTest::testOptionsAllowedValues in core/
modules/ options/ tests/ src/ FunctionalJavascript/ OptionsFieldUIAllowedValuesTest.php - Tests option types allowed values.
- OptionsFieldUITest::testMachineNameSpecialCharacters in core/
modules/ options/ tests/ src/ FunctionalJavascript/ OptionsFieldUITest.php - Tests `list_string` machine name with special characters.
- PagerModalTest::testPagerInsideModal in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Pager/ PagerModalTest.php - Tests pagers work inside of modals.
- PaginationAJAXTest::testBasicPagination in core/
modules/ views/ tests/ src/ FunctionalJavascript/ PaginationAJAXTest.php - Tests if pagination via AJAX works for the "Content" View.
- PaginationAJAXTest::testDefaultFilterPagination in core/
modules/ views/ tests/ src/ FunctionalJavascript/ PaginationAJAXTest.php - Tests if pagination via AJAX works for the filter with default value.
- PaginationAJAXTest::testPaginationAjaxWithTitleFilter in core/
modules/ views/ tests/ src/ FunctionalJavascript/ PaginationAJAXTest.php - Tests when a user navigates directly using a page number parameter.
- PasswordConfirmWidgetTest::testFillConfirmOnly in core/
modules/ user/ tests/ src/ FunctionalJavascript/ PasswordConfirmWidgetTest.php - Tests the password confirm widget so that only confirm input is filled.
- PasswordConfirmWidgetTest::testPasswordConfirmMessage in core/
modules/ user/ tests/ src/ FunctionalJavascript/ PasswordConfirmWidgetTest.php - Ensures that password match message is visible when widget is initialized.
- PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents in core/
modules/ user/ tests/ src/ FunctionalJavascript/ PasswordConfirmWidgetTest.php - Tests the components added to the password confirm widget.
- PerformanceTest::testLogin in core/
modules/ navigation/ tests/ src/ FunctionalJavascript/ PerformanceTest.php - Tests performance of the navigation toolbar.
- PermissionFilterTest::testPermissionFilter in core/
modules/ user/ tests/ src/ FunctionalJavascript/ PermissionFilterTest.php - Tests that filter results announcement has correct pluralization.
- PreviewTest::getPreviewAJAX in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ PreviewTest.php - Get the preview form and force an AJAX preview update.
- ProcessingTest::testLinkToErrorPageAppears in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Batch/ ProcessingTest.php - Tests that a link to the error page is shown.
- RebuildTest::testPreserveFormActionAfterAJAX in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ RebuildTest.php - Tests that a form's action is retained after an Ajax submission.
- RedirectAjaxTest::testRedirectWithAjax in core/
modules/ views/ tests/ src/ FunctionalJavascript/ RedirectAjaxTest.php - Ensures that redirects work with ajax.
- RegistrationWithUserFieldsTest::testRegistrationWithUserFields in core/
modules/ user/ tests/ src/ FunctionalJavascript/ RegistrationWithUserFieldsTest.php - Tests Field API fields on user registration forms.
- ResponsiveImageFieldUiTest::testResponsiveImageFormatterUi in core/
modules/ responsive_image/ tests/ src/ FunctionalJavascript/ ResponsiveImageFieldUiTest.php - Tests formatter settings.
- SessionTest::testSessionExpiration in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Session/ SessionTest.php - Tests that the session doesn't expire.
- SettingsTest::testCredentialForm in core/
modules/ migrate_drupal_ui/ tests/ src/ FunctionalJavascript/ SettingsTest.php - Test the Credential form with defaults in settings.php.
- SettingSummariesContentTypeTest::testWorkflowSummary in core/
modules/ node/ tests/ src/ FunctionalJavascript/ SettingSummariesContentTypeTest.php - Tests a vertical tab 'Workflow' summary.
- SourceEditingEmptyElementTest::testEmptyInlineElement in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ SourceEditingEmptyElementTest.php - Tests creating empty inline elements using Source Editing.
- SourceEditingTest::doTestAllowingExtraAttributes in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ SourceEditingTest.php - Tests extra attributes with a specific data set.
- SourceEditingTest::testSourceEditingSettingsForm in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ SourceEditingTest.php - Tests source editing settings form.
- StandardJavascriptTest::testBigPipe in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardJavascriptTest.php - Tests BigPipe accelerates particular Standard installation profile routes.
- StandardPerformanceTest::testAnonymous in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardPerformanceTest.php - Tests performance for anonymous users.
- StandardPerformanceTest::testCacheInvalidation in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardPerformanceTest.php - Tests the impact of a cache tag based invalidation.
- StandardPerformanceTest::testLogin in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardPerformanceTest.php - Tests the performance of logging in.
- StandardPerformanceTest::testLoginBlock in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardPerformanceTest.php - Tests the performance of logging in via the user login block.
- StyleTest::testStyleFunctionality in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ StyleTest.php - Tests Style functionality: setting a class, expected style choices.
- StyleTest::testStyleSettingsForm in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ StyleTest.php - Tests style settings form.
- SystemMenuBlockUiTest::testSystemMenuBlockForm in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Block/ SystemMenuBlockUiTest.php - Tests that add_active_trail_class field states based on other form values.
- TableDragTest::assertKeyboardAccessibility in core/
tests/ Drupal/ FunctionalJavascriptTests/ TableDrag/ TableDragTest.php - Asserts accessibility through keyboard of a test draggable table.
- TableDragTest::testDragAndDrop in core/
tests/ Drupal/ FunctionalJavascriptTests/ TableDrag/ TableDragTest.php - Tests draggable table drag'n'drop.
- TableDragTest::testNestedDraggableTables in core/
tests/ Drupal/ FunctionalJavascriptTests/ TableDrag/ TableDragTest.php - Tests nested draggable tables through keyboard.
- TableDragTest::testRootLeafDraggableRowsWithKeyboard in core/
tests/ Drupal/ FunctionalJavascriptTests/ TableDrag/ TableDragTest.php - Tests the root and leaf behaviors for rows.
- TableDragTest::testRowWeightSwitch in core/
tests/ Drupal/ FunctionalJavascriptTests/ TableDrag/ TableDragTest.php - Tests row weight switch.
- TableDragTest::testTableDragChangedWarning in core/
tests/ Drupal/ FunctionalJavascriptTests/ TableDrag/ TableDragTest.php - Tests the warning that appears upon making changes to a tabledrag table.
- TableTest::testTableCaptionUi in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ TableTest.php - Tests creating a table with caption in the UI.
- TableTest::testTableConversion in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ TableTest.php - Confirms tables convert to the expected markup.
- TestMultiWidthLayoutsTest::testWidthChange in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ TestMultiWidthLayoutsTest.php - Tests changing the columns widths of a multi-width section.
- TextareaWithSummaryTest::assertSummaryToggle in core/
modules/ text/ tests/ src/ FunctionalJavascript/ TextareaWithSummaryTest.php - Helper to test toggling the summary area.
- TextareaWithSummaryTest::testTextSummaryBehavior in core/
modules/ text/ tests/ src/ FunctionalJavascript/ TextareaWithSummaryTest.php - Tests the textSummary javascript behavior.
- TextareaWithSummaryTest::testTextSummaryRequiredBehavior in core/
modules/ text/ tests/ src/ FunctionalJavascript/ TextareaWithSummaryTest.php - Tests that the textSummary behavior is not run for required summary fields.
- ThemeSettingsFormTest::testFormSettingsSubmissionHandler in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ThemeSettingsFormTest.php - Tests that submission handler works correctly.
- ThrobberTest::testThemingThrobberElement in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ ThrobberTest.php - Tests theming throbber element.
- TimestampFormatterWithTimeDiffTest::testNoRefreshInterval in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Field/ TimestampFormatterWithTimeDiffTest.php - Tests the 'timestamp' formatter without refresh interval.
- TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Field/ TimestampFormatterWithTimeDiffTest.php - Tests the 'timestamp' formatter when is used with time difference setting.
- TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Field/ TimestampFormatterWithTimeDiffViewsTest.php - Tests the timestamp formatter used with time difference setting in views.
- ToolbarActiveTrailTest::testToolbarActiveTrail in core/
modules/ toolbar/ tests/ src/ FunctionalJavascript/ ToolbarActiveTrailTest.php - Tests that the active trail is maintained even when traversed deeper.
- ToolbarIntegrationTest::testEmptyTray in core/
modules/ toolbar/ tests/ src/ FunctionalJavascript/ ToolbarIntegrationTest.php - Tests that the orientation toggle is not shown for empty toolbar items.
- ToolbarIntegrationTest::testToolbarToggling in core/
modules/ toolbar/ tests/ src/ FunctionalJavascript/ ToolbarIntegrationTest.php - Tests if the toolbar can be toggled with JavaScript.
- ToolbarStoredStateTest::testToolbarStoredState in core/
modules/ toolbar/ tests/ src/ FunctionalJavascript/ ToolbarStoredStateTest.php - Tests different states of the toolbar.
- TranslationsTest::testMediaLibraryTranslations in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ TranslationsTest.php - Tests the media library widget shows all media only once.
- TriggeringElementTest::testAttemptAccessControlBypass in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ TriggeringElementTest.php - Tests attempts to bypass access control.
- TriggeringElementTest::testNoButtonInfoInPost in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ TriggeringElementTest.php - Tests the triggering element when no button information is included.
- UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm in core/
modules/ user/ tests/ src/ FunctionalJavascript/ UserPasswordResetTest.php - Tests password reset functionality with an AJAX form.
- UserPermissionsTest::testPermissionCheckboxes in core/
modules/ user/ tests/ src/ FunctionalJavascript/ UserPermissionsTest.php - Tests the fake checkboxes added to the permissions page.
- UserRegisterFormTest::testRegistrationFormStorage in core/
modules/ user/ tests/ src/ FunctionalJavascript/ UserRegisterFormTest.php - Tests if registration form writes to localStorage.
- ViewsListingTest::testFilterViewsListing in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ ViewsListingTest.php - Tests the filtering on the Views listing page.
- ViewsUiIntegrationTest::testViewsAdmin in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ ViewsUiIntegrationTest.php - Tests that the integration with Views works correctly.
- ViewsWizardTest::testCreateViewWizard in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ ViewsWizardTest.php - Tests creating a View using the wizard.
- WidgetAccessTest::testRequiredFieldNoAccess in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetAccessTest.php - Tests the widget with a required field that the user can't access.
- WidgetAccessTest::testWidgetAccess in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetAccessTest.php - Tests that the widget access works as expected.
- WidgetAnonymousTest::testWidgetAnonymous in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetAnonymousTest.php - Tests that the widget works as expected for anonymous users.
- WidgetOEmbedTest::testWidgetOEmbed in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOEmbedTest.php - Tests that oEmbed media can be added in the Media library's widget.
- WidgetOEmbedTest::testWidgetOEmbedAdvancedUi in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOEmbedTest.php - Tests that oEmbed media can be added in the widget's advanced UI.
- WidgetOverflowTest::testUnlimitedCardinality in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOverflowTest.php - Tests that unlimited fields' selection count is not constrained.
- WidgetOverflowTest::testWidgetOverflow in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetOverflowTest.php - Tests that the Media Library constrains the number of selected items.
- WidgetUploadTest::testWidgetUpload in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetUploadTest.php - Tests that uploads in the 'media_library_widget' works as expected.
- WidgetUploadTest::testWidgetUploadAdvancedUi in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetUploadTest.php - Tests that uploads in the widget's advanced UI works as expected.
- WidgetViewsTest::testWidgetViews in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetViewsTest.php - Tests that the views in the Media library's widget work as expected.
- WidgetWithoutTypesTest::testWidgetWithoutMediaTypes in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ WidgetWithoutTypesTest.php - Tests that the widget works as expected when media types are deleted.
- WorkspacesLayoutBuilderIntegrationTest::setUp in core/
modules/ workspaces/ tests/ src/ FunctionalJavascript/ WorkspacesLayoutBuilderIntegrationTest.php - WorkspacesLayoutBuilderIntegrationTest::testBlockDeletionInWorkspaces in core/
modules/ workspaces/ tests/ src/ FunctionalJavascript/ WorkspacesLayoutBuilderIntegrationTest.php - Tests that blocks can be deleted inside workspaces.
- WorkspacesLayoutBuilderIntegrationTest::testBlocksInWorkspaces in core/
modules/ workspaces/ tests/ src/ FunctionalJavascript/ WorkspacesLayoutBuilderIntegrationTest.php - Tests changing a layout/blocks inside a workspace.
- WorkspacesLayoutBuilderIntegrationTest::testWorkspacesLayoutTempstore in core/
modules/ workspaces/ tests/ src/ FunctionalJavascript/ WorkspacesLayoutBuilderIntegrationTest.php - Tests workspace specific layout tempstore data.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.