Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / mink-extension / features / search.feature
diff --git a/vendor/behat/mink-extension/features/search.feature b/vendor/behat/mink-extension/features/search.feature
deleted file mode 100644 (file)
index b4e08ef..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Feature: Search
-  In order to see a word definition
-  As a website user
-  I need to be able to search for a word
-
-  Scenario: Searching for a page that does exist
-    Given I am on "/wiki/Main_Page"
-    When I fill in "search" with "Behavior Driven Development"
-    And I press "searchButton"
-    Then I should see "agile software development"
-
-  Scenario: Searching for a page that does NOT exist
-    Given I am on "/wiki/Main_Page"
-    When I fill in "search" with "Glory Driven Development"
-    And I press "searchButton"
-    Then I should see "Search results"