- Issue created by @nkoporec
- 🇳🇱Netherlands ronaldtebrake
- Status changed to Fixed
about 1 year ago 7:29am 22 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In some cases the context for @When /^I fill in the "([^"]*)" WYSIWYG editor with "([^"]*)"$/
is not working correctly, especially when the form is loaded via AJAX or nested (like in IEF module). In that case the div gets appended a unique identifier so when the JS script gets evaluated in cannot find the CKEditor instance.
1. Write a test that uses the above context and wants to write to CKEditor 5 instance that is rendered via IEF module.
Fix the context so that it works in all cases.
Fixed
12.0
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.