Skip to content

Add failing test: paragraph translation not updated

With current behaviour it sometimes works to update paragraph with existing translations. It depends on how the node is cached in the entity cache.

To test this we first create a job which we imoprt without clearing the entity cache. This job gets accepted as expected. Then we create a second job were we clear the entity cache before we accept the translation. This fails the test since the paragraph doesn't get updated with the new translation.

Merge request reports