diff options
| author | Braden Shepherdson | 2013-07-23 10:42:34 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-23 20:35:03 +0100 | 
| commit | d26bffbc3f7c83a1f97b2601e183562bfa29153f (patch) | |
| tree | 7179e9e9e921dee2414c2fc7ab0c3efa0e71fb0d /docs/content/guide/dev_guide.e2e-testing.ngdoc | |
| parent | 2f3bd9dae750bc6eff8063a4ce4550c829b6a197 (diff) | |
| download | angular.js-d26bffbc3f7c83a1f97b2601e183562bfa29153f.tar.bz2 | |
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.
Diffstat (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.e2e-testing.ngdoc | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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();  </pre> + +# Caveats + +ngScenario does not work with apps that manually bootstrap using angular.bootstrap. You must use the ng-app directive. | 
