ember-graphql / ember-apollo-client

🚀 An ember-cli addon for Apollo Client and GraphQL
MIT License
280 stars 72 forks source link

Use @ember/test-waiters #376

Closed mydea closed 3 years ago

mydea commented 3 years ago

This PR migrates the custom test waiting logic to leverage @ember/test-waiters. It is a very straightforward migration, as everything already went through a waitFor method. We can just use the provided waitForPromise instead now.

This closes https://github.com/ember-graphql/ember-apollo-client/issues/297

josemarluedke commented 3 years ago

@mydea Thank you for working on this!