t("Enable Ajax Comments on the comment fields' display settings"),
'The list of bundles appears on the form.'
);
$this->assertSession()->statusCodeEquals(200);
$this->assertSession()->pageTextContains(t("Enable Ajax Comments on the comment fields' display settings"));
$this->clickLink(t('Content: Article'));
$this->assertUrl('/admin/structure/types/manage/article/display',[],'There is a link to the entity view display form for articles.');
$this->assertResponse(200);
$this->assertSession()->addressEquals('/admin/structure/types/manage/article/display',[],'There is a link to the entity view display form for articles.');