29 calls to DrupalWebTestCase::assertFieldByXPath()

AJAXMultiFormTestCase::testMultiForm in drupal/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BlockTestCase::moveBlockToRegion in drupal/modules/block/block.test
BlockTestCase::testCustomBlockFormat in drupal/modules/block/block.test
Test creating custom block using Full HTML.
CommentPreviewTest::testCommentPreview in drupal/modules/comment/comment.test
Test comment preview.
DrupalRenderTestCase::assertRenderedElement in drupal/modules/simpletest/tests/common.test
DrupalWebTestCase::assertField in drupal/modules/simpletest/drupal_web_test_case.php
Asserts that a field exists with the given name or ID.
DrupalWebTestCase::assertFieldById in drupal/modules/simpletest/drupal_web_test_case.php
Asserts that a field exists in the current page with the given ID and value.
DrupalWebTestCase::assertFieldByName in drupal/modules/simpletest/drupal_web_test_case.php
Asserts that a field exists in the current page with the given name and value.
FieldUIManageFieldsTestCase::testHiddenFields in drupal/modules/field_ui/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUITestCase::fieldUIAddExistingField in drupal/modules/field_ui/field_ui.test
Adds an existing field through the Field UI.
FieldUITestCase::fieldUIAddNewField in drupal/modules/field_ui/field_ui.test
Creates a new field through the Field UI.
FileFieldDisplayTestCase::testDefaultFileFieldDisplay in drupal/modules/file/tests/file.test
Tests default display of File Field.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FormsElementsTableSelectFunctionalTest::testAdvancedSelect in drupal/modules/simpletest/tests/form.test
Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in drupal/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in drupal/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsTestCase::testRequiredTextfieldNoTitle in drupal/modules/simpletest/tests/form.test
Tests validation for required textfield element without title.
ForumTestCase::testForum in drupal/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
LocaleConfigurationTest::testLanguageConfiguration in drupal/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal/modules/locale/locale.test
Tests alterations to language types/negotiation info.
ModuleRequiredTestCase::testDisableRequired in drupal/modules/system/system.test
Assert that core required modules cannot be disabled.
OptionsWidgetsTestCase::testOnOffCheckbox in drupal/modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
PathTestCase::testDuplicateNodeAlias in drupal/modules/path/path.test
Tests that duplicate aliases fail validation.
ProfileTestAutocomplete::testAutocomplete in drupal/modules/profile/profile.test
Tests profile field autocompletion and access.
SearchLanguageTestCase::testLanguages in drupal/modules/search/search.test
TextTranslationTestCase::testTextField in drupal/modules/field/modules/text/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in drupal/modules/field/modules/text/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
TranslationTestCase::createTranslation in drupal/modules/translation/translation.test
Creates a translation for a basic page in the specified language.
TranslationTestCase::testContentTranslation in drupal/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.