From d469a2dc8832d821296bb40767958d8706488bd7 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 15 Aug 2017 11:05:56 +1200 Subject: [PATCH] Fix regressions from tinymce upgrade (#1923) --- 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 925fe494..bb6fd6c0 100644 --- a/tests/behat/features/insert-a-link.feature +++ b/tests/behat/features/insert-a-link.feature @@ -52,7 +52,7 @@ So that I can link to a external website or a page on my site When I fill in "http://silverstripe.org" for "URL" And I check "Open in new window/tab" And I press the "Insert" button - Then the "Content" HTML field should contain "awesome" + Then the "Content" HTML field should contain "awesome" # Required to avoid "unsaved changes" browser dialog Then I press the "Save draft" button