| This test should check that when there are two clients, changes from one client are synced to the other one. Problem is with the approach we use in the integration tests - `executeAsync`. Seems that with this approach cache updates can not be performed successfully - so it is not straightforward to implement this test. This test case is covered in our test plan [1]. Subscriptions alone are tested with offix integration tests [2]. IMO it is not worth to invest more time into investigation of how to perform this test with integration tests. If we wanted to automate it, it will be probably better to automate it via ionic-showcase. Pavel SturcDavide Bizzarri wdyt? Can I reject this task now? [1] https://gitlab.cee.redhat.com/mobile/test-cases/blob/master/tests/IonicShowcase/sync-subscriptions.md [2] https://github.com/aerogear/offix/blob/master/packages/offix-client/integration_test/test/subscriptions.test.js |