Builds randomly fail when testing selectnav.

    And I resize the browser to mobile                        # FeatureContext::iResizeTheBrowserToMobile()
    And I reload the page                                     # Drupal\DrupalExtension\Context\MinkContext::reload()
    When I select "Select a collection..." from "selectnav3"  # Drupal\DrupalExtension\Context\MinkContext::selectOption()
      Form field with id|name|label|value "selectnav3" not found. (Behat\Mink\Exception\ElementNotFoundException)
    When I select "To wear (12)" from "selectnav3"            # Drupal\DrupalExtension\Context\MinkContext::selectOption()

The driver is checking before jQuery does its magic, probably.

Comments

  • lsolesen committed 397d041 on 7.x-2.x
    Issue #2538642 by mglaman: selecting from selectnav fails randomly3
    
  • lsolesen committed 4ddcbc5 on 7.x-2.x
    Merge pull request #185 from lsolesen/issue-2538642
    
    Issue #2538642 by...
mglaman’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.