mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
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:
parent
258cde135d
commit
5a06e38564
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue