From dfa83475a5c8d5156b09a009b690e8677fb97e0a Mon Sep 17 00:00:00 2001 From: Braden Shepherdson Date: Tue, 23 Jul 2013 10:42:34 -0700 Subject: docs(bootstrap): Note that ngScenario requires ngApp ngScenario expects an ngApp directive to be used, and doesn't work for manually bootstrapped apps. The failure mode is to hang on navigation. Trying to make this wont-fix bug less obscure by documenting it. Eventually Protractor will replace ngScenario and fix this. --- docs/content/guide/dev_guide.e2e-testing.ngdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc') diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index 243517ad..00339cb4 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -302,3 +302,7 @@ element('.btn-danger').click(); element('table tbody a'); element('.btn-danger').click(); + +# Caveats + +ngScenario does not work with apps that manually bootstrap using angular.bootstrap. You must use the ng-app directive. -- cgit v1.2.3