61 calls to UiHelperTrait::cssSelect()
- AjaxBlockTest::testAddAjaxBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ AjaxBlockTest.php - Tests configuring a field block for a user field.
- BasicTest::testViewsWizardAndListing in core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php - BigPipeTest::assertBigPipePlaceholders in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Asserts expected BigPipe placeholders are present and replaced.
- BlockContentTypeTest::testBlockContentTypeEditing in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTypeTest.php - Tests editing a block type using the UI.
- BrowserTestBaseTest::testCheckForMetaRefresh in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Tests the ::checkForMetaRefresh() method.
- BulkFormAccessTest::testNodeEditAccess in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php - Tests if nodes that may not be edited, can not be edited in bulk.
- BulkFormTest::testBulkForm in core/
modules/ user/ tests/ src/ Functional/ Views/ BulkFormTest.php - Tests the user bulk form.
- CommentFieldsTest::testCommentFieldDelete in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests that you can remove a comment field.
- CommentInterfaceTest::testViewMode in core/
modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php - Tests the comment formatter configured with a custom comment view mode.
- CommentLinksTest::testCommentLinks in core/
modules/ comment/ tests/ src/ Functional/ CommentLinksTest.php - Tests that comment links are output and can be hidden.
- CommentTestBase::commentExists in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Checks current page for specified comment.
- CommentTitleTest::testCommentPopulatedTitles in core/
modules/ comment/ tests/ src/ Functional/ CommentTitleTest.php - Tests markup for comments with populated titles.
- CommentTypeTest::testCommentTypeEditing in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests editing a comment type using the UI.
- ConfigImportUploadTest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUploadTest.php - Tests importing configuration.
- ConfigTranslationOverviewTest::testMapperListPage in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationOverviewTest.php - Tests the config translation mapper page.
- DisplayFeedTest::testFeedOutput in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayFeedTest.php - Tests the rendered output.
- DisplayPageWebTest::testPageDisplayMenu in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayPageWebTest.php - Tests menu settings of page displays.
- DisplayPageWebTest::testTitleOutput in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayPageWebTest.php - Tests the title is not displayed in the output.
- EditorDialogAccessTest::testEditorImageDialogAccess in core/
modules/ editor/ tests/ src/ Functional/ EditorDialogAccessTest.php - Tests access to the editor image dialog.
- ElementTest::testRequiredFieldsetsAndDetails in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementTest.php - Tests the #required property on details and fieldset elements.
- ExposedFormTest::assertIds in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php - Checks whether the specified ids are the ones displayed in the view output.
- ExposedFormTest::testFormErrorWithExposedForm in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php - Tests a view which is rendered after a form with a validation error.
- FieldEntityTranslationTest::assertRows in core/
modules/ views/ tests/ src/ Functional/ Entity/ FieldEntityTranslationTest.php - Ensures that the rendered results are working as expected.
- FieldGroupRowsWebTest::testGroupRows in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldGroupRowsWebTest.php - Testing when "Display all values in the same row" is checked.
- FieldGroupRowsWebTest::testUngroupedRows in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldGroupRowsWebTest.php - Testing when "Display all values in the same row" is unchecked.
- FieldRenderedEntityTranslationTest::assertRows in core/
modules/ views/ tests/ src/ Functional/ Entity/ FieldRenderedEntityTranslationTest.php - Ensures that the rendered results are working as expected.
- FileFieldWidgetTest::testSingleValuedWidget in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetTest.php - Tests uploading and remove buttons for a single-valued File field.
- FilterBooleanWebTest::testFilterBooleanUI in core/
modules/ views_ui/ tests/ src/ Functional/ FilterBooleanWebTest.php - Tests the filter boolean UI.
- FilterDateTest::assertIds in core/
modules/ datetime/ tests/ src/ Functional/ Views/ FilterDateTest.php - Ensures that a given list of items appear on the view result.
- FilterDateTest::testExposedFilterWithPager in core/
modules/ datetime/ tests/ src/ Functional/ Views/ FilterDateTest.php - Tests exposed date filters with a pager.
- FilterDateTest::_testFilterDateUI in core/
modules/ views/ tests/ src/ Functional/ Handler/ FilterDateTest.php - Tests date filter UI.
- FilterPlaceholderTextTest::testPlaceholderText in core/
modules/ views/ tests/ src/ Functional/ Handler/ FilterPlaceholderTextTest.php - Tests that HTML placeholders are added, when appropriate.
- LayoutSectionTest::assertLayoutSection in core/
modules/ layout_builder/ tests/ src/ Functional/ LayoutSectionTest.php - Asserts the output of a layout section.
- LocaleContentTest::testContentTypeDirLang in core/
modules/ locale/ tests/ src/ Functional/ LocaleContentTest.php - Tests if a dir and lang tags exist in node's attributes.
- MenuUiTest::testMenuUiWithPendingRevisions in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests that menu links with pending revisions can not be re-parented.
- ModerationStateNodeTest::testPagers in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTest.php - Tests pagers aren't broken by content_moderation.
- NestedFormTest::testNestedEntityFormEntityLevelValidation in core/
modules/ field/ tests/ src/ Functional/ NestedFormTest.php - Tests entity level validation within subforms.
- NodeAdminTest::testContentAdminPageMultilingual in core/
modules/ node/ tests/ src/ Functional/ NodeAdminTest.php - Tests content overview for a multilingual site.
- NodeAdminTest::testContentAdminPages in core/
modules/ node/ tests/ src/ Functional/ NodeAdminTest.php - Tests content overview with different user permissions.
- NodeCommentsTest::testCommentCount in core/
modules/ comment/ tests/ src/ Functional/ Views/ NodeCommentsTest.php - Test the comment count field.
- NodeCommentsTest::testNewComments in core/
modules/ comment/ tests/ src/ Functional/ Views/ NodeCommentsTest.php - Tests the new comments field plugin.
- NodeEditFormTest::testNodeEdit in core/
modules/ node/ tests/ src/ Functional/ NodeEditFormTest.php - Checks node edit functionality.
- NodeTypeTest::testNodeTypeCreation in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTest.php - Tests creating a content type programmatically and via a form.
- PagerTest::testMultiplePagers in core/
modules/ system/ tests/ src/ Functional/ Pager/ PagerTest.php - Tests proper functioning of multiple pagers.
- PagerTest::testPagerEllipsis in core/
modules/ system/ tests/ src/ Functional/ Pager/ PagerTest.php - Tests proper functioning of the ellipsis.
- RearrangeFieldsTest::testRearrangeFields in core/
modules/ views_ui/ tests/ src/ Functional/ RearrangeFieldsTest.php - Tests field sorting.
- RenderCacheWebTest::testEmptyView in core/
modules/ views/ tests/ src/ Functional/ RenderCacheWebTest.php - Tests rendering caching of a views block with arguments.
- RenderCacheWebTest::testRepeatedDisplay in core/
modules/ views/ tests/ src/ Functional/ RenderCacheWebTest.php - Tests render caching for display rendered with different args on same page.
- SaveUploadFormTest::testUploadFieldIsHighlighted in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests highlighting of file upload field when it has an error.
- ShortcutLinksTest::testShortcutLinkOrder in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests the shortcuts are correctly ordered by weight in the toolbar.
- StatusTest::testErrorElementCount in core/
modules/ system/ tests/ src/ Functional/ System/ StatusTest.php - Tests that the Error counter matches the displayed number of errors.
- StatusTest::testWarningElementCount in core/
modules/ system/ tests/ src/ Functional/ System/ StatusTest.php - Tests that the Warning counter matches the displayed number of warnings.
- StyleSummaryTest::testSummaryView in core/
modules/ views/ tests/ src/ Functional/ Plugin/ StyleSummaryTest.php - Tests a summary view.
- TaxonomyIndexTidUiTest::testExposedUnpublishedFilterOptions in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyIndexTidUiTest.php - Tests that an exposed taxonomy filter doesn't show unpublished terms.
- ThemeTest::testRegionClass in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeTest.php - Tests that region attributes can be manipulated via preprocess functions.
- ThemeTest::testSuggestionPreprocessForDefaults in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeTest.php - Ensures suggestion preprocess functions run for default implementations.
- ToolbarAdminMenuTest::testBackToSiteLink in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that back to site link exists on admin pages, not on content pages.
- UiHelperTrait::checkForMetaRefresh in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Checks for meta refresh tag and if found call drupalGet() recursively.
- UserPictureTest::testPictureOnNodeComment in core/
modules/ user/ tests/ src/ Functional/ UserPictureTest.php - Tests embedded users on node pages.
- ViewsFormTest::testFormWrapper in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ViewsFormTest.php - Tests the Views form wrapper.
- WorkflowUiTest::testWorkflowCreation in core/
modules/ workflows/ tests/ src/ Functional/ WorkflowUiTest.php - Tests the creation of a workflow through the UI.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.