Skip to content
Snippets Groups Projects
Commit 9b4c2f03 authored by catch's avatar catch
Browse files

Issue #2691389 by jungle, ravi.shankar, Hardik_Patel_12, mrinalini9: Dont...

Issue #2691389 by jungle, ravi.shankar, Hardik_Patel_12, mrinalini9: Dont translate 'Save and continue' in InstallerTestBase::setUpLanguage
parent 537e1903
No related merge requests found
......@@ -214,12 +214,15 @@ protected function visitInstaller() {
/**
* Installer step: Select language.
*
* @see \Drupal\Core\Installer\Form\SelectLanguageForm
*/
protected function setUpLanguage() {
$edit = [
'langcode' => $this->langcode,
];
$this->drupalPostForm(NULL, $edit, $this->translations['Save and continue']);
// The 'Select Language' step is always English.
$this->drupalPostForm(NULL, $edit, 'Save and continue');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment