You are here

49 calls to AssertContentTrait::assertFieldByXPath() in Zircon Profile 8.0

AssertContentTrait::assertField in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field exists with the given name or ID.
AssertContentTrait::assertFieldById in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field exists with the given ID and value.
AssertContentTrait::assertFieldByName in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field exists with the given name and value.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockHtmlTest::testHtml in core/modules/block/src/Tests/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockTest::moveBlockToRegion in core/modules/block/src/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CommentPreviewTest::testCommentPreview in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
ConfigSingleImportExportTest::testExport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the account settings translation interface.
ConfirmFormTest::testConfirmForm in core/modules/system/src/Tests/Form/ConfirmFormTest.php
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that field setting depends on bundle translatability.
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle in core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php
Tests that translatable fields are being rendered.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation publishing status.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests Date List Widget functionality.
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
ElementsTableSelectTest::testAdvancedSelect in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the #js_select property.
ElementsTableSelectTest::testMultipleFalse in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php
Tests that the autocomplete input element appears and the creation of a new entity.
ExposedFormTest::testExposedFormRender in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed form markup.
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/src/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FileFieldDisplayTest::testDefaultFileFieldDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests default display of File Field.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FormTest::testEmptySelect in core/modules/system/src/Tests/Form/FormTest.php
Tests a select element when #options is not set.
FormTest::testRange in core/modules/system/src/Tests/Form/FormTest.php
Tests default value handling of #type 'range' elements.
FormTest::testRequiredTextfieldNoTitle in core/modules/system/src/Tests/Form/FormTest.php
Tests validation for required textfield element without title.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility in core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
ManageFieldsTest::cardinalitySettings in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
ManageFieldsTest::testHiddenFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ModulesListFormWebTest::testModuleListForm in core/modules/system/src/Tests/Form/ModulesListFormWebTest.php
Tests the module list form.
NodeSyndicateBlockTest::testSyndicateBlock in core/modules/node/src/Tests/NodeSyndicateBlockTest.php
Tests that the "Syndicate" block is shown when enabled.
NumberFieldTest::testNumberIntegerField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test integer field.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests that duplicate aliases fail validation.
RenderWebTest::assertRenderedElement in core/modules/system/src/Tests/Common/RenderWebTest.php
Tests that elements are rendered properly.
RequiredTest::testDisableRequired in core/modules/system/src/Tests/Module/RequiredTest.php
Assert that core required modules cannot be disabled.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests that the admin language is configurable only for administrators.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableWithAdminLanguageNegotiation in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests that admin language negotiation is configurable only if enabled.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.