Ver código fonte

Dashboard app is disabled and there is no need to redirect to files app

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v20.0.0beta1
Morris Jobke 3 anos atrás
pai
commit
5a06e38564
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
tests/acceptance/features/bootstrap/LoginPageContext.php Ver arquivo

@@ -91,7 +91,7 @@ class LoginPageContext implements Context, ActorAwareInterface {
*/
public function iSeeThatTheCurrentPageIsTheLoginPage() {
PHPUnit_Framework_Assert::assertStringStartsWith(
$this->actor->locatePath("/login?redirect_url=/index.php/apps/files"),
$this->actor->locatePath("/login"),
$this->actor->getSession()->getCurrentUrl());
}


Carregando…
Cancelar
Salvar