silverstripe / silverstripe-elemental

Create pages in Silverstripe CMS using content blocks
http://dna.co.nz
BSD 3-Clause "New" or "Revised" License
110 stars 115 forks source link

Complete behat test for inline editing #382

Closed NightJar closed 6 years ago

NightJar commented 6 years ago

372 as a part of #327 involves adding an inline edit form for elements to allow editing directly in the ElementalArea. This had accompanying end to end tests (behat), one of which proved a little too weak to be included in the merge.

This needs to be fixed with a more robust solution and re-enabled (currently it is commented).

https://github.com/dnadesign/silverstripe-elemental/blob/f25de3e5adf3df474cd7aadef420ab4680313070/tests/Behat/features/element-editor.feature#L25-L37

robbieaverill commented 6 years ago

Fixed in #383, nice one @raissanorth