Skip to content

Issue with ember-page-object  #63

@mattmarcum

Description

@mattmarcum

I'm getting a strange error that I can't debug when I turn code-coverage on.

not ok 439 PhantomJS 2.1 - Global error: error requiring file for coverage: acl/blueprints/page-object-component at http://localhost:4201/assets/acl/vendor.js, line 228
    ---
        Log: |
            { type: 'error',
              text: 'error requiring file for coverage: acl/blueprints/page-object-component at http://localhost:4201/assets/acl/vendor.js, line 228\n' }
    ...

Weird thing is that I'm not using page-object-component anywhere so I'm not sure why its getting tested or pulled in. Also my project only has 438 tests so I'm guessing test 439 is one added by code-coverage? I'm running ember-lts (2.8), "ember-cli-code-coverage": "0.3.6", "ember-cli-mocha": "^0.10.4", "ember-cli-page-object": "1.3.0", and also using the babel instrumentor.

Even weirder, when I load up tests in a browser I can actually see acl/blueprints/page-object-component in my devtools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions