drupalCreateUser(['access content', 'administer content types', 'administer node display']); $this->drupalLogin($admin_user); // Create Basic page node type. $this->drupalCreateContentType(['type' => 'page', 'name' => 'Basic page']); } public function testIndentation() { $this->drupalGet('admin/structure/types/manage/page/display'); $this->assertRaw('js-indentation indentation'); } }