Try if these settings work on travis

This commit is contained in:
Daniel Kesselberg 2018-01-28 22:12:24 +01:00
parent 8270308a76
commit dd4721aac8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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');