From dd06178167e08146e3c67ccdd93e83457b481c8a Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 29 Jan 2019 12:15:38 +1300 Subject: [PATCH] =?UTF-8?q?MINOR:=20Change=20=E2=80=9CChoose=20Page?= =?UTF-8?q?=E2=80=9D=20to=20=E2=80=9CSearch=20or=20choose=20Page=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on discussions with James Ford, it wasn’t clear that you could search. Companion to https://github.com/silverstripe/silverstripe-framework/pull/8766 --- tests/behat/features/insert-a-link.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/insert-a-link.feature b/tests/behat/features/insert-a-link.feature index dfe3c7b3..443e44b7 100644 --- a/tests/behat/features/insert-a-link.feature +++ b/tests/behat/features/insert-a-link.feature @@ -18,7 +18,7 @@ So that I can link to a external website or a page on my site 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 "About Us" in the ".treedropdownfield__menu" element And I fill in "my desc" for "Link description" And I press the "Insert" button