Adding a WpPostEntity caused a side effect that the cleanup extension for integration tests started processing also the post table and removed the post the test was relying on. This commit fixes the issue by creating the post for the test within the test. [MAILPOET-5813]