@@ -66,7 +66,7 @@ So that I can link to a external website or a page on my site
66
66
Given I select "awesome" in the "Content" HTML field
67
67
And I press the "Insert link" HTML field button
68
68
When I click "Link to external URL" in the ".tox-collection__group" element
69
- And I should see an "form#Form_ModalsEditorExternalLink " element
69
+ And I should see an "form#Form_EditorExternalLink " element
70
70
When I fill in "http://silverstripe.org" for "URL"
71
71
And I check "Open in new window/tab"
72
72
And I press the "Insert link" button
@@ -80,7 +80,7 @@ So that I can link to a external website or a page on my site
80
80
When I select the image "file1.jpg" in the "Content" HTML field
81
81
And I press the "Insert link" HTML field button
82
82
When I click "Link to external URL" in the ".tox-collection__group" element
83
- And I should see an "form#Form_ModalsEditorExternalLink " element
83
+ And I should see an "form#Form_EditorExternalLink " element
84
84
And I should not see "Link text"
85
85
When I fill in "http://silverstripe.org" for "URL"
86
86
And I press the "Insert link" button
@@ -94,7 +94,7 @@ So that I can link to a external website or a page on my site
94
94
And I select "awesome" in the "Content" HTML field
95
95
When I press the "Insert link" HTML field button
96
96
And I click "Link to external URL" in the ".tox-collection__group" element
97
- And I should see an "form#Form_ModalsEditorExternalLink " element
97
+ And I should see an "form#Form_EditorExternalLink " element
98
98
Then the "URL" field should contain "http://silverstripe.org"
99
99
# This doesn't seem to suffer from that issue
100
100
When I fill in "http://google.com" for "URL"
0 commit comments