Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / forum / tests / src / Functional / ForumIndexTest.php
index 8e01a6fade5bfa0a26af05ac7069bcf50ee13693..5d0ccdff3a70a723234611347e8e401807c44050 100644 (file)
@@ -57,6 +57,8 @@ class ForumIndexTest extends BrowserTestBase {
       'parent[0]' => $tid,
     ];
     $this->drupalPostForm('admin/structure/forum/add/forum', $edit, t('Save'));
+    $this->assertSession()->linkExists(t('edit forum'));
+
     $tid_child = $tid + 1;
 
     // Verify that the node appears on the index.