From: Morris Jobke Date: Wed, 5 Aug 2020 20:49:05 +0000 (+0200) Subject: Dashboard app is disabled and there is no need to redirect to files app X-Git-Tag: v20.0.0beta1~122^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21598%2Fhead;p=nextcloud-server.git Dashboard app is disabled and there is no need to redirect to files app Signed-off-by: Morris Jobke --- diff --git a/tests/acceptance/features/bootstrap/LoginPageContext.php b/tests/acceptance/features/bootstrap/LoginPageContext.php index 08046c6e3a3..bf44d31fb03 100644 --- a/tests/acceptance/features/bootstrap/LoginPageContext.php +++ b/tests/acceptance/features/bootstrap/LoginPageContext.php @@ -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()); }