Browse Source

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 years ago
parent
commit
5a06e38564
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/acceptance/features/bootstrap/LoginPageContext.php

+ 1
- 1
tests/acceptance/features/bootstrap/LoginPageContext.php View 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());
}


Loading…
Cancel
Save