mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fix selfInvite LoginPage test
This commit is contained in:
parent
44d4ecb16f
commit
51976a1506
@ -29,6 +29,7 @@ class LoginPage extends BasePage
|
||||
|
||||
public function selfInvite($email)
|
||||
{
|
||||
$this->actor->fillField('Invite[email]', $email);
|
||||
$this->actor->submitForm('#invite-form', ['Invite' => [
|
||||
'email' => $email
|
||||
]]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user