philipjohn
philipjohn
We should do some testing but this does sound like a bug we need to fix.
In progress https://github.com/cftp/aggregator/tree/tests/2-behat-tests
Many tests included in [v1.1](https://github.com/cftp/aggregator/pull/11) More needed including; - Check taxonomies are synced with a post
@mikeselander Would you confirm whether this gets rid of that error for you please?
Can you provide the details of the Job you are testing, and the details of all the taxonomy terms used on a post that I can use to reproduce please?
So, terms are added by a cron job after the child post is created on the portal site. Can you check that the [cron job](https://github.com/Automattic/aggregator/blob/70fbad160419c62f417a85f54c394282cb73e631/class-aggregate.php#L643) is actually running? You should...
How's this looking, Mike?
You should be able to place WordPressContext.php in the features/bootstrap directory, alongside FeatureContext.php. Then just modify the require accordingly.
At the moment, the pagination has replaced the lazy loading feature. We may consider re-introducing the option to have lazyloading so I'll leave this open for now.
Could you share any more details on the circumstances in which this manifests itself? Is it reproducable in a vanilla install and if not, what additions make it happen?