Skip to content

Commit

Permalink
So läuft es
Browse files Browse the repository at this point in the history
Special thanks to: angular/angular.js#17117
  • Loading branch information
martinberlin2 committed Jun 30, 2021
1 parent c45869b commit 3994cdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
37 changes: 7 additions & 30 deletions specs/TestResult
Original file line number Diff line number Diff line change
@@ -1,34 +1,11 @@
[16:52:38] I/launcher - Running 1 instances of WebDriver
[16:52:38] I/direct - Using FirefoxDriver directly...
[18:57:03] I/launcher - Running 1 instances of WebDriver
[18:57:03] I/direct - Using FirefoxDriver directly...
Started
[16:52:57] E/protractor - Could not find Angular on page http://www.angularjs.org/ : angular never provided resumeBootstrap
F
.

Failures:
1) loadPage just load the page
Message:
 Failed: Angular could not be found on the page http://www.angularjs.org/. If this is not an Angular application, you may need to turn off waiting for Angular.
Please see
https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular-on-page-load
Stack:
Error: Angular could not be found on the page http://www.angularjs.org/. If this is not an Angular application, you may need to turn off waiting for Angular.
Please see
https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular-on-page-load
at C:\Users\Lap126\AppData\Roaming\npm\node_modules\protractor\built\browser.js:718:27
at processTicksAndRejections (internal/process/task_queues.js:95:5)
From asynchronous test:
Error
at C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:17:5
at Generator.next (<anonymous>)
at C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:8:71
at new Promise (<anonymous>)
at __awaiter (C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:4:12)
at Suite.<anonymous> (C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:16:28)

1 spec, 1 failure
Finished in 11.695 seconds
1 spec, 0 failures
Finished in 3.46 seconds

[16:52:59] I/launcher - 0 instance(s) of WebDriver still running
[16:52:59] I/launcher - firefox #01 failed 1 test(s)
[16:52:59] I/launcher - overall: 1 failed spec(s)
[16:52:59] E/launcher - Process exited with error code 1
[18:57:13] I/launcher - 0 instance(s) of WebDriver still running
[18:57:13] I/launcher - firefox #01 passed
4 changes: 2 additions & 2 deletions specs/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ exports.config = {
// nur damit gehts bei chrome -- orig: 800,600
} */
browserName: 'firefox',
/* 'moz:firefoxOptions': {
'moz:firefoxOptions': {
prefs: {'privacy.window.name.update.enabled': false}
}
*/ },
},
suites: {
find_angular: 'loadAngularHomepage.js',
},
Expand Down

0 comments on commit 3994cdf

Please sign in to comment.