Closed mydea closed 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.
@ember/test-waiters
waitFor
waitForPromise
This closes https://github.com/ember-graphql/ember-apollo-client/issues/297
@mydea Thank you for working on this!
This PR migrates the custom test waiting logic to leverage
@ember/test-waiters
. It is a very straightforward migration, as everything already went through awaitFor
method. We can just use the providedwaitForPromise
instead now.This closes https://github.com/ember-graphql/ember-apollo-client/issues/297