27 calls to DrupalWebTestCase::assertFieldByXPath()

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