From b30b2ba332aae65736a33490ae81cdee4f0fba36 Mon Sep 17 00:00:00 2001 From: Bastien GARCIA Date: Fri, 18 Aug 2023 09:35:12 +0200 Subject: [PATCH] Corrected Behat test after a change to Wikipedia's website --- features/search.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/search.feature b/features/search.feature index b4e08ef..b9698d4 100644 --- a/features/search.feature +++ b/features/search.feature @@ -6,11 +6,11 @@ Feature: Search 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" + And I press "Search" 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" + And I press "Search" Then I should see "Search results"