The issue is from the responsive test

  @javascript @demo

  Scenario: Search facets should be presented as select lists       # features/responsive.feature:7

    When I go to "/products"                                        # Drupal\DrupalExtension\Context\MinkContext::visit()

    And I click "To wear (12)"                                      # Drupal\DrupalExtension\Context\MinkContext::assertClick()

    Then I should see "There are 12 search results"                 # Drupal\DrupalExtension\Context\MinkContext::assertPageContainsText()

    When I click "(-) "                                             # Drupal\DrupalExtension\Context\MinkContext::assertClick()

    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 collection dropdown # FeatureContext::iSelectFromCollectionDropdown()

      ReferenceError: jQuery is not defined

          at <anonymous>:1:1 (Behat\Mink\Exception\DriverException)

    When I select "To wear (12)" from collection dropdown           # FeatureContext::iSelectFromCollectionDropdown()
CommentFileSizeAuthor
#4 2931196-4.patch508 bytesmglaman
#2 2931196-2.patch508 bytesmglaman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mglaman created an issue. See original summary.

mglaman’s picture

Status: Active » Needs review
FileSize
508 bytes

Try specifying dependencies.

mglaman’s picture

mglaman’s picture

FileSize
508 bytes

Selectnav does not require jQuery. Just killing the test.

  • mglaman authored 880bb0a on 7.x-2.x
    Issue #2931196 by mglaman: Tests failing due to "ReferenceError: jQuery...
mglaman’s picture

Status: Needs review » Fixed

Fixed test failure.

Status: Fixed » Closed (fixed)

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