diff --git a/protected/humhub/tests/codeception/acceptance.suite.yml b/protected/humhub/tests/codeception/acceptance.suite.yml index ca021f0cdb..408cc644d9 100644 --- a/protected/humhub/tests/codeception/acceptance.suite.yml +++ b/protected/humhub/tests/codeception/acceptance.suite.yml @@ -11,15 +11,10 @@ class_name: AcceptanceTester modules: enabled: - - WebDriver: - url: 'http://localhost:8080/' - window_size: false # disabled in ChromeDriver - port: 9515 - restart: true - browser: chrome - capabilities: - chromeOptions: - args: ['--headless', '--disable-gpu', '--no-sandbox'] + - WebDriver - tests\codeception\_support\WebHelper - - \ No newline at end of file + config: + WebDriver: + url: 'http://localhost:8080/' + browser: chrome + port: 4444 \ No newline at end of file