OLD | NEW |
1 CONSOLE MESSAGE: line 9: Permission granted. | 1 CONSOLE MESSAGE: line 9: Permission granted. |
2 CONSOLE MESSAGE: line 44: Position unavailable | 2 CONSOLE MESSAGE: line 44: Position unavailable |
3 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 | 3 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 |
4 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 | 4 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 |
| 5 CONSOLE ERROR: line 4563: Uncaught (in promise) Error: Protocol Error: Invalid t
ype of argument 'latitude' for method 'Emulation.setGeolocationOverride' call. I
t must be 'number' but it is 'boolean'. |
5 CONSOLE MESSAGE: line 55: PASSED | 6 CONSOLE MESSAGE: line 55: PASSED |
6 Tests that geolocation emulation with latitude and longitude works as expected. | 7 Tests that geolocation emulation with latitude and longitude works as expected. |
7 | 8 |
8 | 9 |
9 Running: testPermissionGranted | 10 Running: testPermissionGranted |
10 | 11 |
11 Running: testGeolocationUnavailable | 12 Running: testGeolocationUnavailable |
12 | 13 |
13 Running: testOverridenGeolocation | 14 Running: testOverridenGeolocation |
14 | 15 |
15 Running: testInvalidParam | 16 Running: testInvalidParam |
16 error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation
.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. | 17 error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation
.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. |
17 | 18 |
18 Running: testInvalidGeolocation | 19 Running: testInvalidGeolocation |
19 error: Request Emulation.setGeolocationOverride failed. {"code":-32603,"message"
:"Invalid geolocation"} | 20 error: Request Emulation.setGeolocationOverride failed. {"code":-32603,"message"
:"Invalid geolocation"} |
20 | 21 |
21 Running: testTimestampOfOverridenPosition | 22 Running: testTimestampOfOverridenPosition |
22 | 23 |
OLD | NEW |