angular / protractor-accessibility-plugin

Runs a set of accessibility audits
MIT License
266 stars 37 forks source link

"Anonymous AMD module used" error. #8

Closed ssjjcc closed 7 years ago

ssjjcc commented 8 years ago

HI! So I'm currently running accessibility audits on non-angular and angular webpages, but I'm noticing a commonly occurring error. On angular pages, I get the same error message and the test terminates; Failure during teardown: unknown error: Anonymous AMD module used, but it was not included as a dependency. This is most often caused by an anonymous define() from a script tag.

Has anyone else come across this error? It keeps me from getting alot done so I'd love some insight if anyone has any. Thanks a bunch!