]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard app is disabled and there is no need to redirect to files app 21598/head
authorMorris Jobke <hey@morrisjobke.de>
Wed, 5 Aug 2020 20:49:05 +0000 (22:49 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 5 Aug 2020 20:49:47 +0000 (22:49 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tests/acceptance/features/bootstrap/LoginPageContext.php

index 08046c6e3a3d36fc317f4004396c54e72ec73967..bf44d31fb033de31f3e721287f6fbd819d79d549 100644 (file)
@@ -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());
        }