mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix selfInvite LoginPage test
This commit is contained in:
parent
44d4ecb16f
commit
51976a1506
@ -26,9 +26,10 @@ class LoginPage extends BasePage
|
||||
$this->actor->fillField('Login[password]', $password);
|
||||
$this->actor->click('#login-button');
|
||||
}
|
||||
|
||||
|
||||
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