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

[CANARY] Test suite fails against ember-canary 2.2.0 #99

Closed
HeroicEric opened this issue Sep 9, 2015 · 0 comments · Fixed by #101
Closed

[CANARY] Test suite fails against ember-canary 2.2.0 #99

HeroicEric opened this issue Sep 9, 2015 · 0 comments · Fixed by #101

Comments

@HeroicEric
Copy link
Sponsor Member

The test suite is failing on ember-canary.

A build with the failures can be seen at https://travis-ci.org/switchfly/ember-test-helpers/builds/79391044

Relevant section of the build failing is:

not ok 21 PhantomJS 1.9 - component:Component Integration Tests: it can handle actions
    ---
        actual: >
            null
        message: >
            Died on test #1     at http://localhost:7357/testem/qunit.js:251
                at test (http://localhost:7357/assets/ember-test-helpers-tests.amd.js:1764)
                at http://localhost:7357/assets/ember-test-helpers-tests.amd.js:1199
                at http://localhost:7357/assets/loader.js:118
                at tryFinally (http://localhost:7357/assets/loader.js:21)
                at http://localhost:7357/assets/loader.js:124
                at http://localhost:7357/assets/test-support.js:41: Assertion Failed: The action 'didFoo' did not exist on [object Object]
        Log: >
    ...
ok 22 PhantomJS 1.9 - component:Component Integration Tests: it accepts precompiled templates
ok 23 PhantomJS 1.9 - component:Component Integration Tests: it supports DOM events
ok 24 PhantomJS 1.9 - component:Component Integration Tests: it supports updating an input
not ok 25 PhantomJS 1.9 - component:Component Integration Tests: it supports dom triggered focus events
    ---
        actual: >

        expected: >
            init
        Log: >
    ...
ef4 added a commit to ef4/ember-test-helpers that referenced this issue Sep 13, 2015
This fixes canary, where "controller" no longer works to redirect
actions. Fixes emberjs#99.
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

Successfully merging a pull request may close this issue.

1 participant