Issue #2633170 by nesta_, Anishnirmal, aneek, joelpittet, amit.drupal, malavya, AlviMurtaza, heykarthikwithu, lluvigne, dawehner: Drupal 8 Install Page: Page title is not complete

8.2.x
Alex Pott 2016-06-17 12:04:39 +01:00
parent 0bbc9e3480
commit 0565b281ff
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
uuid: ''
name: ''
name: 'Drupal'
mail: ''
slogan: ''
page:

View File

@ -74,4 +74,14 @@ class InstallerTest extends InstallerTestBase {
parent::setUpSite();
}
/**
* {@inheritdoc}
*/
protected function visitInstaller() {
parent::visitInstaller();
// Assert the title is correct and has the title suffix.
$this->assertTitle('Choose language | Drupal');
}
}