Skip to content
Snippets Groups Projects

Added period and added Welcome! text

Closed Russell Eck requested to merge issue/drupal-3279703:drupal-3279703-text-alter into 9.5.x
1 unresolved thread
Files
5
@@ -78,7 +78,7 @@ public function testPathLanguageConfiguration() {
// Check that the "xx" front page is readily available because path prefix
// negotiation is pre-configured.
$this->drupalGet($prefix);
$this->assertSession()->pageTextContains('Welcome to Drupal');
$this->assertSession()->pageTextContains('Welcome!');
// Create a node.
$node = $this->drupalCreateNode(['type' => 'page']);
Loading