Skip to content

Commit 3994cdf

Browse files
committed
So läuft es
Special thanks to: angular/angular.js#17117
1 parent c45869b commit 3994cdf

File tree

2 files changed

+9
-32
lines changed

2 files changed

+9
-32
lines changed

specs/TestResult

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,11 @@
1-
[16:52:38] I/launcher - Running 1 instances of WebDriver
2-
[16:52:38] I/direct - Using FirefoxDriver directly...
1+
[18:57:03] I/launcher - Running 1 instances of WebDriver
2+
[18:57:03] I/direct - Using FirefoxDriver directly...
33
Started
4-
[16:52:57] E/protractor - Could not find Angular on page http://www.angularjs.org/ : angular never provided resumeBootstrap
5-
F
4+
.
65

7-
Failures:
8-
1) loadPage just load the page
9-
Message:
10-
 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.
11-
Please see
12-
https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular-on-page-load
13-
Stack:
14-
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.
15-
Please see
16-
https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular-on-page-load
17-
at C:\Users\Lap126\AppData\Roaming\npm\node_modules\protractor\built\browser.js:718:27
18-
at processTicksAndRejections (internal/process/task_queues.js:95:5)
19-
From asynchronous test:
20-
Error
21-
at C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:17:5
22-
at Generator.next (<anonymous>)
23-
at C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:8:71
24-
at new Promise (<anonymous>)
25-
at __awaiter (C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:4:12)
26-
at Suite.<anonymous> (C:\Users\Lap126\Documents\GitHub\martin2berlin_protractor\specs\loadAngularHomepage.js:16:28)
276

28-
1 spec, 1 failure
29-
Finished in 11.695 seconds
7+
1 spec, 0 failures
8+
Finished in 3.46 seconds
309

31-
[16:52:59] I/launcher - 0 instance(s) of WebDriver still running
32-
[16:52:59] I/launcher - firefox #01 failed 1 test(s)
33-
[16:52:59] I/launcher - overall: 1 failed spec(s)
34-
[16:52:59] E/launcher - Process exited with error code 1
10+
[18:57:13] I/launcher - 0 instance(s) of WebDriver still running
11+
[18:57:13] I/launcher - firefox #01 passed

specs/conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ exports.config = {
1818
// nur damit gehts bei chrome -- orig: 800,600
1919
} */
2020
browserName: 'firefox',
21-
/* 'moz:firefoxOptions': {
21+
'moz:firefoxOptions': {
2222
prefs: {'privacy.window.name.update.enabled': false}
2323
}
24-
*/ },
24+
},
2525
suites: {
2626
find_angular: 'loadAngularHomepage.js',
2727
},

0 commit comments

Comments
 (0)