Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember-test-waiters v2 upgrade causes this to break? #15

Closed
NullVoxPopuli opened this issue Feb 29, 2020 · 0 comments
Closed

ember-test-waiters v2 upgrade causes this to break? #15

NullVoxPopuli opened this issue Feb 29, 2020 · 0 comments

Comments

@NullVoxPopuli
Copy link

NullVoxPopuli commented Feb 29, 2020

Looks like an update to ember-test-waiters (v2) causes this lib to break?
C.I. run: https://github.com/NullVoxPopuli/emberclear/pull/558/checks?check_run_id=476263612
Error:

not ok 1 Chrome 80.0 - [191 ms] - Acceptance | Settings | Relays > when logged in: the default relays are rendered
    ---
        actual: >
            null
        stack: >
            TypeError: Cannot read property 'TestWaiter' of undefined
                at Object.get [as TestWaiter] (https://0.0.0.0:7357/assets/vendor.js:101768:21)
                at reset (https://0.0.0.0:7357/assets/vendor.js:91619:45)

Project Search:
image

Not sure why -- but wanted to report it in case this hasn't been reported yet or someone can point out I'm being stupid ;)


Debugging further,
running locally, (in firefox):
image
the error is that _types is undefined?

oh dang, this is in ember-test-waiters.....
image
weeeeiiiird
ok, well, chrome is reporting the same error, but with a less helpful error message.

Debugging the stack trace:
image

looks like that is in ember-app-scheduler/scheduler?
never heard of this package.

anywho, I no longer think this is an issue with ember-concurrency-test-waiter, so I'll move to ember-test-waiters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant