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