mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 19:23:21 +01:00
Try if these settings work on travis
This commit is contained in:
parent
8270308a76
commit
dd4721aac8
@ -18,6 +18,6 @@ modules:
|
|||||||
browser: chrome
|
browser: chrome
|
||||||
capabilities:
|
capabilities:
|
||||||
chromeOptions:
|
chromeOptions:
|
||||||
args: ['--headless', '--disable-gpu', '--no-sandbox']
|
args: ['--headless', '--disable-gpu', '--no-sandbox', '--window-size=1024,768']
|
||||||
- tests\codeception\_support\WebHelper
|
- tests\codeception\_support\WebHelper
|
||||||
- tests\codeception\_support\DynamicFixtureHelper
|
- tests\codeception\_support\DynamicFixtureHelper
|
@ -225,7 +225,7 @@ class StreamCest
|
|||||||
$I->click('Send', '#comment_create_form_humhubmodulespostmodelsPost_10');
|
$I->click('Send', '#comment_create_form_humhubmodulespostmodelsPost_10');
|
||||||
$I->waitForText('My Comment', 30, '#comment_humhubmodulespostmodelsPost_10 .comment');
|
$I->waitForText('My Comment', 30, '#comment_humhubmodulespostmodelsPost_10 .comment');
|
||||||
|
|
||||||
$I->scrollTop();
|
// $I->scrollTop();
|
||||||
$I->click('.stream-filter', '#filter');
|
$I->click('.stream-filter', '#filter');
|
||||||
$I->waitForElementVisible('#filter_entry_userinvolved');
|
$I->waitForElementVisible('#filter_entry_userinvolved');
|
||||||
$I->click('#filter_entry_userinvolved');
|
$I->click('#filter_entry_userinvolved');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user