You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Home page
In order to verify that the home page is working
As a user
I should be able to load the homepage
With and without Javascript
@javascript
Scenario: Load a page with Javascript # features/Home Page.feature:8
Starting ChromeDriver 2.27.440175 (9bc1d90b8bfa4dd181fbbf769a5eb5e575574320) on port 27769
Only local connections are allowed.
Given I am on "/" # Drupal\DrupalExtension\Context\MinkContext::visit()
Could not open connection: unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.27.440175 (9bc1d90b8bfa4dd181fbbf769a5eb5e575574320),platform=Linux 3.13.0-32-generic x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 60.28 seconds
Build info: version: '2.53.1', revision: 'a36b8b1', time: '2016-06-30 17:37:03'
System info: host: 'local', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-32-generic', java.version: '1.7.0_121'
Driver info: org.openqa.selenium.chrome.ChromeDriver (Behat\Mink\Exception\DriverException)
It seems there may be two issues here:
The selenium_version needs to be bumped to 3.0.1
The Download Selenium task should have a notify: restart selenium added, so that selenium is restarted if a new version is downloaded...
But I'm still debugging in that other issue to see if this is the actual problem, or just a symptom.
The text was updated successfully, but these errors were encountered:
Interestingly, if I change the selenium_version in my Drupal VM config.yml, it looks like the new version is downloaded... but it isn't used, because the next time I ran tests, it was showing:
See: geerlingguy/drupal-vm#1152
It seems there may be two issues here:
selenium_version
needs to be bumped to3.0.1
Download Selenium
task should have anotify: restart selenium
added, so that selenium is restarted if a new version is downloaded...But I'm still debugging in that other issue to see if this is the actual problem, or just a symptom.
The text was updated successfully, but these errors were encountered: