mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fixed Firefox acceptance test for travis issue.
This commit is contained in:
parent
0cf52671b7
commit
a063b031b0
@ -64,10 +64,11 @@ class AcceptanceTester extends \Codeception\Actor
|
||||
|
||||
public function createPost($text)
|
||||
{
|
||||
$this->click('#contentForm_message');
|
||||
$this->wait(2);
|
||||
$this->jsClick('#contentForm_message');
|
||||
$this->wait(1);
|
||||
$this->fillField('#contentForm_message', $text);
|
||||
$this->jsClick('#post_submit_button');
|
||||
$this->wait(1);
|
||||
$this->click('#post_submit_button');
|
||||
$this->waitForText($text, 30, '.wall-entry');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user