Dashboard app is disabled and there is no need to redirect to files app

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-08-05 22:49:05 +02:00
parent 258cde135d
commit 5a06e38564
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

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