function 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');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.