Procházet zdrojové kódy

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 před 3 roky
rodič
revize
5a06e38564
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
tests/acceptance/features/bootstrap/LoginPageContext.php Zobrazit soubor

@@ -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());
}


Načítá se…
Zrušit
Uložit