From 5a06e385644dc90e6ca949beac2c731a318d4f9b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 5 Aug 2020 22:49:05 +0200 Subject: Dashboard app is disabled and there is no need to redirect to files app Signed-off-by: Morris Jobke --- tests/acceptance/features/bootstrap/LoginPageContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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()); } -- cgit v1.2.3