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

Tests fail for ember-lts-2.4 and ember-lts-2.8 with contentisFulfilled and isFulfilled #2

Closed
scottwernervt opened this issue May 19, 2017 · 1 comment

Comments

@scottwernervt
Copy link
Owner

All integration tests are failing for Ember 2.4 and 2.8 LTS:

not ok 5 Chrome 58.0 - helper:group-by-path: It groups by given single path
    ---
        actual: >
            contentisFulfilled
        expected: >
            AabBcd
        stack: >
                at http://localhost:7357/assets/tests.js:249:14
                at tryCatch (http://localhost:7357/assets/vendor.js:70691:14)
                at invokeCallback (http://localhost:7357/assets/vendor.js:70706:15)
                at publish (http://localhost:7357/assets/vendor.js:70674:9)
                at http://localhost:7357/assets/vendor.js:48982:7
                at invoke (http://localhost:7357/assets/vendor.js:17247:16)
        message: >
            AabBcd is the right order
        Log: |
    ...

not ok 5 Chrome 58.0 - helper:group-by-path: It groups by given single path
    ---
        actual: >
            isFulfilled
        expected: >
            AabBcd
        stack: >
                at http://localhost:7357/assets/tests.js:243:14
                at tryCatch (http://localhost:7357/assets/vendor.js:68307:14)
                at invokeCallback (http://localhost:7357/assets/vendor.js:68322:15)
                at publish (http://localhost:7357/assets/vendor.js:68290:9)
                at http://localhost:7357/assets/vendor.js:57770:16
                at invoke (http://localhost:7357/assets/vendor.js:18343:16)
        message: >
            AabBcd is the right order
        Log: |
    ...
@scottwernervt
Copy link
Owner Author

Oldest version tested is ember-lts-2.12.

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

No branches or pull requests

1 participant