From e313f2ed5d713bc1ca90223e892c39ce43ac85ee Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 10 May 2019 10:03:35 +1200 Subject: [PATCH] FIX Update Behat assertion to use correct label for "Search or choose Page" --- tests/behat/features/insert-content-link.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/insert-content-link.feature b/tests/behat/features/insert-content-link.feature index 972c379..5b7f592 100644 --- a/tests/behat/features/insert-content-link.feature +++ b/tests/behat/features/insert-content-link.feature @@ -19,7 +19,7 @@ Feature: Insert an internal link into content And I press the "Insert link" HTML field button And I click "Page on this site" in the ".mce-menu" element Then I should see an "form#Form_editorInternalLink" element - When I click "(Choose page)" in the ".Select-multi-value-wrapper" element + When I click "(Search or choose Page)" in the ".Select-multi-value-wrapper" element And I click "Another page" in the ".treedropdownfield__menu" element And I fill in "my desc" for "Link description" And I press the "Insert" button