소스 검색

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 년 전
부모
커밋
5a06e38564
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      tests/acceptance/features/bootstrap/LoginPageContext.php

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


Loading…
취소
저장