This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
protractor 'already bootstrapped' error #15
Closed
Description
The latest version of the module loading logic in 0f95525 loads the modules as seen in manual testing. For example, running a local server and visiting the localhost at /example/#/example
will show an example app. After a few seconds the angular-hint-dom message will appear in the console as that is the module that is specified to be loaded.
However, I have been unable to implement an e2e test for this behavior. I have a separate branch at ealtenho@a899b67 with my code. When trying to run protractor I get an error that
UnknownError: unknown error: [ng:btstrpd] App Already Bootstrapped with this Element
'<html ng-app="sampleInclusiveHint" class="ng-scope">'
@btford any advice?
Metadata
Metadata
Assignees
Labels
No labels