You are here

222 calls to WebDriverTestBase::assertSession() in Drupal 9

AjaxBlockTest::testAddAjaxBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
Tests configuring a field block for a user field.
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.
AjaxInGroupTest::testSimpleAjaxFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
Submits forms with select and checkbox elements via Ajax.
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.
BigPipeRegressionTest::testMessages_2712935 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure messages set in placeholders always appear.
BlockFilterTest::assertAnnounceContains in core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php
Checks for inclusion of text in #drupal-live-announce.
BlockFilterTest::testBlockFilter in core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php
Tests block filter.
BlockFilterTest::testBlockFilter in core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php
Tests block filter.
BlockFormMessagesTest::assertMessagesDisplayed in core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
Asserts that the validation messages are shown correctly.
BlockFormMessagesTest::testValidationMessage in core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
Tests that validation messages are shown on the block form.
BookJavascriptTest::testBookAddOutline in core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php
Tests book outline AJAX request.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BrowserWithJavascriptTest::testEscapingAssertions in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
Tests assertEscaped() and assertUnescaped().
CKEditorIntegrationTest::testAlignment in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests alignment integration.
CKEditorIntegrationTest::testAllowedMediaTypes in core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the allowed media types setting on the MediaEmbed filter.
CKEditorIntegrationTest::testAlt in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the EditorMediaDialog can set the alt attribute.
CKEditorIntegrationTest::testButton in core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests using DrupalMediaLibrary button to embed media into CKEditor.
CKEditorIntegrationTest::testConfigurationValidation in core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests validation that DrupalMediaLibrary requires media_embed filter.
CKEditorIntegrationTest::testDialogAccess in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the EditorMediaDialog's form elements' #access logic.
CKEditorIntegrationTest::testDrupalImageCaptionDialog in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if the Drupal Image Caption plugin appears and works as expected.
CKEditorIntegrationTest::testDrupalImageDialog in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if the Image button appears and works as expected.
CKEditorIntegrationTest::testEditableCaption in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests caption editing in the CKEditor widget.
CKEditorIntegrationTest::testEmbedPreviewAccess in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests preview route access.
CKEditorIntegrationTest::testErrorMessages in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests that failed media embed preview requests inform the end user.
CKEditorIntegrationTest::testFragmentLink in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if the fragment link to a textarea works with CKEditor enabled.
CKEditorIntegrationTest::testLinkability in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests linkability of the CKEditor widget.
CKEditorIntegrationTest::testOffCanvasStyles in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if CKEditor is properly styled inside an off-canvas dialog.
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests that only <drupal-media> tags are processed.
CKEditorIntegrationTest::testPreviewUsesDefaultThemeAndIsClientCacheable in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
The CKEditor Widget must load a preview generated using the default theme.
CKEditorIntegrationTest::testTranslationAlt in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests that dialog loads appropriate translation's alt text.
CKEditorIntegrationTest::testViewMode in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the EditorMediaDialog can set the data-view-mode attribute.
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.
ConfigAccessTest::testBlockConfigAccess in core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php
Tests access to block forms with related configuration is correct.
ConfigEntityTest::testAjaxOnAddPage in core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php
Tests ajax operations through the UI on 'Add' page.
ContentModerationTest::assertAllMedia in core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php
Asserts all media items are visible.
ContentModerationTest::assertOnlyPublishedMedia in core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php
Asserts only published media items are visible.
ContentModerationTest::testWidget in core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php
Tests the media library widget only shows published media.
ContentPreviewToggleTest::assertContextualLinks in core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
Checks if contextual links are working properly.
ContentPreviewToggleTest::testContentPreviewToggle in core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
Tests the content preview toggle.
ContextualFilterTest::testAddContextualFilterUI in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php
Tests adding a contextual filter handler through the UI.
ContextualLinksTest::addBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
Adds block to the layout via Layout Builder's UI.
ContextualLinksTest::assertCorrectContextualLinksInNode in core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
Asserts the contextual links are correct on the canonical entity route.
ContextualLinksTest::assertCorrectContextualLinksInUi in core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
Asserts the contextual links are correct in Layout Builder UI.
DateFormatTest::testDateFormatXss in core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php
Tests XSS via date format configuration.
DialogPositionTest::testDialogOpenAndClose in core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
Tests if the dialog UI works properly with block layout page.
DisplayTest::testAjaxRebuild in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Confirms that form_alter is triggered after ajax rebuilds.
EditModeTest::assertAnnounceEditMode in core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
Asserts that the correct message was announced when entering edit mode.
EditModeTest::assertAnnounceLeaveEditMode in core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
Assert that the correct message was announced when leaving edit mode.
EditModeTest::testEditModeEnableDisable in core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
Tests enabling and disabling edit mode.
EditorAdminTest::testEditorSelection in core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
Tests that editor selection can be toggled without breaking ajax.
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.
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.
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.
ExposedFilterAJAXTest::testExposedFiltersInModal in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
Tests if exposed filtering via AJAX works in a modal.
FieldBlockTest::testUserFieldBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
Tests configuring a field block for a user field.
FieldLayoutTest::testChangingFormatterAndRegion in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests changing the formatter and region at the same time.
FieldTest::testFieldWithCkeditor in core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php
Tests that quickeditor works correctly for field with CKEditor.
FieldTest::testFormatterChanging in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
FieldUiIntegrationTest::testFieldUiIntegration in core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php
Tests field UI integration for media library widget.
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.
FilterCriteriaTest::openFilterDialog in core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
Uses the 'And/Or Rearrange' link for filters to open a dialog.
FilterCriteriaTest::testFilterCriteriaDialog in core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
Tests dialog for filter criteria.
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.
FormErrorHandlerCKEditorTest::testFragmentLink in core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php
Tests if the fragment link to a textarea works with CKEditor enabled.
FormGroupingElementsTest::testDetailsChildVisibility in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
Tests that details element children become visible.
FormGroupingElementsTest::testVerticalTabChildVisibility in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
Tests that vertical tab children become visible.
FormJSAddMoreTest::testFieldFormJsAddMore in core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php
Tests the 'Add more' functionality.
FormValuesTest::testSimpleAjaxFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
Submits forms with select and checkbox elements via Ajax.
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.
ImageAdminStylesTest::testAjaxEnabledEffectForm in core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php
Tests editing Ajax-enabled image effect forms.
InlineBlockPrivateFilesTest::addInlineFileBlockToLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
Adds an entity block with a file.
InlineBlockPrivateFilesTest::assertFileAccessibleOnNode in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
Asserts a file is accessible on the page.
InlineBlockPrivateFilesTest::attachFileToBlockForm in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
Attaches a file to the block edit form.
InlineBlockPrivateFilesTest::replaceFileInBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
Replaces the file in the block with another one.
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::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 custom 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::testInlineBlocks in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
Tests adding and editing of inline blocks.
InlineBlockTest::testInlineBlocksRevisioning 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::addInlineBlockToLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Adds an entity block to the layout.
InlineBlockTestBase::assertDialogClosedAndTextVisible in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Asserts that the dialog closes and the new text appears on the main canvas.
InlineBlockTestBase::assertSaveLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Saves a layout and asserts the message is correct.
InlineBlockTestBase::configureInlineBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Configures an inline block in the Layout Builder.
InlineBlockTestBase::removeInlineBlockFromLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Removes an entity block from the layout but does not save the layout.
InlineFormErrorsIntegrationTest::testDisabledInlineFormErrors in core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php
Tests that the inline form errors are not visible for Quick Edit forms.
ItemLayoutFieldBlockTest::testAddAjaxBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
Tests configuring a field block for a user field.
JsMessageTest::testAddRemoveMessages in core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
Tests click on links to show messages and remove messages.
JSWebAssertTest::testJsWebAssert in core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
Tests that JSWebAssert assertions work correctly.
LayoutBuilderDisableInteractionsTest::addBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Adds a block in the Layout Builder.
LayoutBuilderDisableInteractionsTest::assertContextualLinkRetainsMouseup in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Makes sure contextual links respond to mouseup event.
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Confirms that Layout Builder contextual links remain active.
LayoutBuilderDisableInteractionsTest::assertLinksFormIframeNotInteractive in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Asserts that forms, links, and iframes in preview are non-interactive.
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.
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.
LayoutBuilderQuickEditTest::createLayoutOverride in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Creates a layout override.
LayoutBuilderQuickEditTest::revertLayoutToDefaults in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Reverts a layout override.
LayoutBuilderQuickEditTest::testQuickEditIgnoresDuplicateFields in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Tests that Quick Edit still works even when there are duplicate fields.
LayoutBuilderTest::clickContextualLink in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
@todo Remove this in https://www.drupal.org/project/drupal/issues/2918718.
LayoutBuilderTest::enableLayoutsForBundle in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Enable layouts.
LayoutBuilderTest::openAddBlockForm in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Opens the add block form in the off-canvas dialog.
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::assertHighlightedElement in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Confirms the presence of the 'is-layout-builder-highlighted' class.
LayoutBuilderUiTest::assertHighlightNotExists in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Waits for the dialog to close and confirms no highlights are present.
LayoutBuilderUiTest::assertModifiedLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Asserts that modifying a layout works as expected.
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.
LayoutBuilderUiTest::testUnsavedChangesMessage in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests the message indicating unsaved changes.
MachineNameTest::testMachineName in core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
Tests that machine name field functions.
ManageDisplayTest::fieldUIAddNewField in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Creates a new field through the Field UI.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests widget settings.
MediaDisplayTest::testMediaDisplay in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
Tests basic media display.
MediaJavascriptTestBase::assertLinkToCreatedMedia in core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php
Asserts that a link to a new media item is displayed in the messages area.
MediaLibraryTestBase::assertMediaAdded in core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php
Asserts a media item was added, but not yet saved.
MediaLibraryTestBase::openMediaLibraryForField in core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php
Clicks a button that opens a media widget and confirms it is open.
MediaLibraryTestBase::waitForFieldExists in core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php
Checks for the existence of a field on page after wait.
MediaOverviewTest::testAdministrationPage in core/modules/media_library/tests/src/FunctionalJavascript/MediaOverviewTest.php
Tests that the Media Library's administration page works as expected.
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'.
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.
MessageCommandTest::assertAnnounceContains in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php
Checks for inclusion of text in #drupal-live-announce.
MessageCommandTest::assertAnnounceNotContains in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php
Checks for absence of the given text from #drupal-live-announce.
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.
MoveBlockFormTest::assertRegionBlocksOrder in core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
Asserts that blocks are in the correct order for a region.
MoveBlockFormTest::findRowHandle in core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
Finds the row handle for a block in the draggable table.
MoveBlockFormTest::openBodyMoveForm in core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
Open block for the body field.
MoveBlockFormTest::setUp in core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
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.
OffCanvasTest::assertOffCanvasDialog in core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
OffCanvasTest::testNarrowWidth in core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
Tests the body displacement behaves differently at a narrow width.
OffCanvasTest::testOffCanvasLinks in core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
Tests that non-contextual links will work with the off-canvas dialog.
OffCanvasTestBase::waitForOffCanvasToOpen in core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
Waits for off-canvas dialog to open.
OliveroMessagesTest::testDataDrupalSelectors in core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php
Tests data-drupal-selector="messages" exists.
OverriddenConfigurationTest::assertOverriddenBlockDisabled in core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
Asserts that an overridden block has Settings Tray disabled.
OverriddenConfigurationTest::testOverriddenBlock in core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
Tests that blocks with configuration overrides are disabled.
OverriddenConfigurationTest::testOverriddenConfigurationRemoved in core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
Tests blocks with overridden related configuration removed when overridden.
PaginationAJAXTest::testBasicPagination in core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php
Tests if pagination via AJAX works for the "Content" View.
PasswordConfirmWidgetTest::setUp in core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordWidgetThemeFunctionTest::setUp in core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php
PasswordWidgetThemeFunctionTest::testPasswordConfirmWidgetJsComponents in core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php
Tests password widget theme functions and its deprecations.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditFileTest::testRemove in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php
Tests if a file can be in-place removed with Quick Edit.
QuickEditIntegrationTest::testArticleNode in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
Tests if an article node can be in-place edited with Quick Edit.
QuickEditIntegrationTest::testCustomBlock in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
Tests if a custom can be in-place edited with Quick Edit.
QuickEditLoadingTest::testConcurrentEdit in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
Tests Quick Edit on a node that was concurrently edited on the full node form.
QuickEditLoadingTest::testImageField in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit can handle an image field.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserPermissions in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
Tests the loading of Quick Edit with different permissions.
RegistrationWithUserFieldsTest::setUp in core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUi in core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php
Tests formatter settings.
SettingsTrayBlockFormTest::doTestBlocks in core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
Tests opening off-canvas dialog by click blocks and elements in the blocks.
SettingsTrayBlockFormTest::testValidationMessages in core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
Tests that validation errors appear in the off-canvas dialog.
SettingsTrayIntegrationTest::testQuickEditLinks in core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php
Tests QuickEdit links behavior.
SettingsTrayTestBase::assertEditModeDisabled in core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php
Assert that edit mode has been properly disabled.
SettingsTrayTestBase::assertEditModeEnabled in core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php
Assert that edit mode has been properly enabled.
SettingsTrayTestBase::assertOffCanvasBlockFormIsValid in core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php
Asserts that Off-Canvas block form is valid.
StandardJavascriptTest::assertBigPipePlaceholderReplacementCount in core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
Asserts the number of BigPipe placeholders that are replaced on the page.
TestMultiWidthLayoutsTest::testWidthChange in core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
Tests changing the columns widths of a multi-width section.
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.
TourJavascriptTest::testGeneralTourUse in core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
Tests stepping through a tour.
TourJavascriptTest::testQueryArg in core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
Confirm the 'tips' and 'tour 'query arguments.
TourLegacyTest::assertToolTipMarkup in core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php
Asserts the markup structure of a tip.
TourLegacyTest::testTourTipMarkup in core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php
Confirms backwards compatible markup.
TranslationsTest::testMediaLibraryTranslations in core/modules/media_library/tests/src/FunctionalJavascript/TranslationsTest.php
Tests the media library widget shows all media only once.
TriggeringElementTest::testNoButtonInfoInPost in core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
Tests the triggering element when no button information is included.
ViewsListingTest::testFilterViewsListing in core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
Tests the filtering on the Views listing page.
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.
WidgetUploadTest::testWidgetUpload in core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the Media library's 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.
WorkspaceToolbarIntegrationTest::testWorkspaceCanvasToggling in core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
Tests workspace canvas can be toggled with JavaScript.
WorkspaceToolbarIntegrationTest::testWorkspaceSwitch in core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
Tests workspace switch and landing page behavior.