You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using this library to test apollo's subscription to our app. We doing everything according to documentation regarding the setup. But Cypress is unable to wait for the subscription to update. We tried both with async/await and with cy.wrap
.then(() => (
cy
.log('Wait for subscription to return - Queued')
.wrap(subActivityEntry.waitForActiveSubscription())
.log('Subscription received data')
))
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this library to test apollo's subscription to our app. We doing everything according to documentation regarding the setup. But Cypress is unable to wait for the subscription to update. We tried both with async/await and with cy.wrap
The text was updated successfully, but these errors were encountered: