diff --git a/behat.yml.dist b/behat.yml.dist index 58d59d4..bde123a 100644 --- a/behat.yml.dist +++ b/behat.yml.dist @@ -1,6 +1,5 @@ default: extensions: Behat\MinkExtension\Extension: - base_url: http://en.wikipedia.org/ - goutte: ~ - sahi: ~ + base_url: http://en.wikipedia.org/ + goutte: ~ diff --git a/features/search.feature b/features/search.feature index 4032094..b4e08ef 100644 --- a/features/search.feature +++ b/features/search.feature @@ -14,10 +14,3 @@ Feature: Search When I fill in "search" with "Glory Driven Development" And I press "searchButton" Then I should see "Search results" - - @javascript - Scenario: Searching for a page with autocompletion - Given I am on "/wiki/Main_Page" - When I fill in "search" with "Behavior Driv" - And I wait for the suggestion box to appear - Then I should see "Behavior Driven Development"