You are here

public function FieldUIIndentationTest::testIndentation in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()
  2. 9 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()

File

core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php, line 45

Class

FieldUIIndentationTest
Tests indentation on Field UI.

Namespace

Drupal\Tests\field_ui\Functional

Code

public function testIndentation() {
  $this
    ->drupalGet('admin/structure/types/manage/page/display');
  $this
    ->assertSession()
    ->responseContains('js-indentation indentation');
}