diff --git a/core/modules/text/tests/src/FunctionalJavascript/TextIntegrationTest.php b/core/modules/text/tests/src/FunctionalJavascript/TextIntegrationTest.php index afe3a21..5fa011b 100644 --- a/core/modules/text/tests/src/FunctionalJavascript/TextIntegrationTest.php +++ b/core/modules/text/tests/src/FunctionalJavascript/TextIntegrationTest.php @@ -37,7 +37,7 @@ public function testSummaryLinkWhenHelpText() { 'title' => $title, 'body' => [['value' => $this->randomMachineName(32)]], 'uid' => $this->webUser->id(), - 'type' => 'article', + 'type' => 'page', ]; /** @var \Drupal\node\NodeInterface $node */ $node = Node::create($node);