Skip to content
Snippets Groups Projects
Commit 349aa6f2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix failure

parent a768fd7b
Branches
Tags 6.50.2
1 merge request!2657Es catalan
Pipeline #4200 passed with stage
in 36 minutes and 59 seconds
......@@ -71,7 +71,7 @@ class IndexControllerTranslationDispatchWithDefaultEmptyTest extends Admin_Abstr
public function titleShouldBeHomeWithSpanishInSession() {
Zend_Registry::get('session')->language = 'es';
$this->dispatch('/admin/index');
$this->assertQueryContentContains('h1', 'Bienvenido');
$this->assertQueryContentContains('h1', 'Inicio');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment