core/modules/search/src/Tests/SearchCommentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/search/src/Tests/SearchCommentTest.php b/core/modules/search/src/Tests/SearchCommentTest.php index dd61668..27e6609 100644 --- a/core/modules/search/src/Tests/SearchCommentTest.php +++ b/core/modules/search/src/Tests/SearchCommentTest.php @@ -158,8 +158,8 @@ function testSearchResultsComment() { $node->save(); // Invoke search index update. - $this->cronRun(); $this->drupalLogout(); + $this->cronRun(); // Search for $title. $this->drupalPostForm('search/node', $edit, t('Search'));