no javascript scenario

This commit is contained in:
everzet
2012-05-11 00:42:10 +02:00
parent 7e31241f21
commit 328879371c
2 changed files with 2 additions and 10 deletions

View File

@@ -3,4 +3,3 @@ default:
Behat\MinkExtension\Extension:
base_url: http://en.wikipedia.org/
goutte: ~
sahi: ~

View File

@@ -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"