@@ -78,7 +77,7 @@ public function testFrontPage() {
$this->executeView($view);
$view->preview();
$this->assertEquals(newFormattableMarkup('Welcome to @site_name',['@site_name'=>$site_name]),$view->getTitle(),'The welcome title is used for the empty view.');
$this->assertEquals('Welcome!',$view->getTitle(),'The welcome title is used for the empty view.');
$view->destroy();
// Create some nodes on the frontpage view. Add more than 10 nodes in order
@@ -247,7 +246,6 @@ protected function doTestFrontPageViewCacheTags($do_assert_views_caches) {
<p>{%trans%}<em>You haven’t created any frontpage content yet.</em>{%endtrans%}</p>
<h2>{%trans%}Congratulations and welcome to the Drupal community!{%endtrans%}</h2>
<h2>{%trans%}Congratulations and welcome to the Drupal community.{%endtrans%}</h2>
<p>{%trans%}Drupal is an open source platform for building amazing digital experiences. It’s made, used, taught, documented, and marketed by the <ahref="{{drupal_community}}">Drupal community</a>. Our community is made up of people from around the world with a shared set of <ahref="{{drupal_values}}">values</a>, collaborating together in a respectful manner. As we like to say:{%endtrans%}</p>
<blockquote>{%trans%}Come for the code, stay for the community.{%endtrans%}</blockquote>